Skip to content

Commit 3c71afc

Browse files
committed
updated test
1 parent 6dcdd50 commit 3c71afc

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/e2e/tests/send-eth.spec.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,6 @@ describe('Send ETH', function () {
6868
assert.equal(inputValue, '1');
6969

7070
// Continue to next screen
71-
await driver.findClickableElement({
72-
text: 'Next',
73-
tag: 'button',
74-
});
7571
await driver.clickElement({ text: 'Next', tag: 'button' });
7672

7773
await driver.clickElement({ text: 'Confirm', tag: 'button' });
@@ -122,10 +118,6 @@ describe('Send ETH', function () {
122118
assert.equal(inputValue, '1');
123119

124120
// Continue to next screen
125-
await driver.findClickableElement({
126-
text: 'Next',
127-
tag: 'button',
128-
});
129121
await driver.clickElement({ text: 'Next', tag: 'button' });
130122

131123
await driver.delay(1000);

0 commit comments

Comments
 (0)