Fix tests
This commit is contained in:

committed by
William Gathoye

parent
b043a42a06
commit
929b62874a
@@ -383,7 +383,7 @@ describe('browser/settings.html', function desc() {
|
||||
|
||||
it('should disappear on click Close', async () => {
|
||||
await this.app.client.
|
||||
click('.modal-dialog button.close').
|
||||
element('.modal-dialog').click('button.close').
|
||||
waitForVisible(modalTitleSelector, 10000, true);
|
||||
const existing = await this.app.client.isExisting(modalTitleSelector);
|
||||
existing.should.be.false;
|
||||
|
Reference in New Issue
Block a user