Skip to content

Commit

Permalink
Updated the locator
Browse files Browse the repository at this point in the history
  • Loading branch information
hjetpoluru committed Aug 23, 2024
1 parent ba2f0b1 commit 94c3704
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/e2e/tests/tokens/increase-token-allowance.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,10 +158,7 @@ describe('Increase Token Allowance', function () {
await transferFromRecipientInputEl.clear();
await transferFromRecipientInputEl.fill(recipientAccount);

await driver.clickElement({
text: 'Transfer From Tokens',
tag: 'button',
});
await driver.clickElement('#transferFromTokens');
await driver.delay(2000);
}

Expand Down

0 comments on commit 94c3704

Please sign in to comment.