Skip to content

Commit

Permalink
Added additional delay
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Aug 23, 2024
1 parent 800a9d3 commit ba2f0b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/e2e/tests/tokens/increase-token-allowance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,8 @@ describe('Increase Token Allowance', function () {
css: '.transaction-list__completed-transactions .activity-list-item [data-testid="activity-list-item-action"]',
text: 'Increase TST spending cap',
});

await driver.delay(2000);
}

async function confirmTransferFromTokensSuccess(driver) {
Expand Down

0 comments on commit ba2f0b1

Please sign in to comment.