Skip to content

Commit

Permalink
Fix queueing spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jiexi committed Jun 25, 2024
1 parent 4626a35 commit f96d58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Request Queuing Dapp 1 Send Tx -> Dapp 2 Request Accounts Tx', functio
assert.deepStrictEqual(accountsBeforeConnect, '');

// Reject the pending confirmation from the first dapp
await switchToNotificationWindow(driver);
await switchToNotificationWindow(driver, 4);
await driver.clickElement({ text: 'Reject', tag: 'button' });

// Wait for switch confirmation to close then request accounts confirmation to show for the second dapp
Expand Down

0 comments on commit f96d58e

Please sign in to comment.