test: fix e2e testing setup

This commit is contained in:
Mo
2023-01-03 11:00:12 -06:00
parent 76d2d2112b
commit a447fa1ad7
5 changed files with 11 additions and 17 deletions

View File

@@ -17,8 +17,6 @@
const syncServerHostName = urlParams.get('sync_server_host_name') ?? 'syncing-server-proxy';
const bail = urlParams.get('bail') === 'false' ? false : true;
window._default_sync_server = `http://${syncServerHostName}:3123`;
Object.assign(window, SNCrypto);
Object.assign(window, SNLibrary);
@@ -102,4 +100,4 @@
<div id="mocha"></div>
</body>
</html>
</html>