Skip to content

Commit 8462c96

Browse files
committed
better condition
1 parent 20e2738 commit 8462c96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/tests/identity/account-syncing/multi-srp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ describe('Account syncing - Multiple SRPs', function () {
126126

127127
await homePage.checkHasAccountSyncingSyncedAtLeastOnce();
128128

129-
await driver.delay(2000); // Since we'll have two potential 'Account 2's, it's difficult to wait for the new one to appear, so just wait a bit
129+
await waitUntilSyncedAccountsNumberEquals(4);
130130

131131
await accountListPage.openMultichainAccountMenu({
132132
accountLabel: 'Account 2',

0 commit comments

Comments
 (0)