Skip to content

Commit

Permalink
Updated the dialog closing properly
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Aug 23, 2024
1 parent 94c3704 commit 44374ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/tests/tokens/increase-token-allowance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ describe('Increase Token Allowance', function () {
text: `${finalSpendingCap} TST`,
css: '.mm-box > h6',
});
await driver.clickElement({
await driver.clickElementAndWaitForWindowToClose({
tag: 'button',
text: 'Approve',
});
Expand Down

0 comments on commit 44374ed

Please sign in to comment.