Skip to content

Commit 75fd32a

Browse files
committed
Fix e2e
1 parent 1f679f5 commit 75fd32a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/e2e/tests/transaction/send-max.spec.js

-3
Original file line numberDiff line numberDiff line change
@@ -436,9 +436,6 @@ describe('Sending with max amount', function () {
436436
// confirms the transaction
437437
await driver.clickElement({ text: 'Confirm', tag: 'button' });
438438

439-
await driver.clickElement(
440-
'[data-testid="wallet-initiated-header-back-button"]',
441-
);
442439
await driver.wait(async () => {
443440
const confirmedTxs = await driver.findElements(
444441
'.transaction-list__completed-transactions .activity-list-item',

0 commit comments

Comments
 (0)