Skip to content

Commit 1cfd049

Browse files
committed
Fix send max e2e test
1 parent 525a44c commit 1cfd049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ describe('Sending with max amount', function () {
215215

216216
// verify gas fee changed
217217
await driver.waitForSelector({
218-
text: '0.0005',
218+
text: '0.0009',
219219
});
220220

221221
// verify initial max amount

0 commit comments

Comments
 (0)