Fix failing tests
Setting filename to window.location is no longer working.
This commit is contained in:
@@ -63,6 +63,7 @@ describe('application', function desc() {
|
||||
|
||||
it('should show settings.html when there is no config file', async () => {
|
||||
await this.app.client.waitUntilWindowLoaded();
|
||||
await this.app.client.pause(1000);
|
||||
const url = await this.app.client.getUrl();
|
||||
url.should.match(/\/settings.html$/);
|
||||
|
||||
|
Reference in New Issue
Block a user