Skip to content

Commit

Permalink
fixing circle ci failure
Browse files Browse the repository at this point in the history
  • Loading branch information
NiranjanaBinoy committed Apr 21, 2021
1 parent 936c358 commit 6ff6ff3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/tests/from-import-ui.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ describe('Metamask Import UI', function () {
fixtures: 'onboarding',
ganacheOptions,
title: this.test.title,
failOnConsoleError: false,
},
async ({ driver }) => {
await driver.navigate();
Expand Down Expand Up @@ -287,6 +288,7 @@ describe('Metamask Import UI', function () {
// should open the TREZOR Connect popup
await driver.clickElement('.hw-connect__btn:nth-of-type(2)');
await driver.clickElement({ text: 'Connect', tag: 'button' });
await driver.waitUntilXWindowHandles(2);
const allWindows = await driver.getAllWindowHandles();
assert.equal(allWindows.length, 2);
},
Expand Down

0 comments on commit 6ff6ff3

Please sign in to comment.