We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dcdd50 commit 3c71afcCopy full SHA for 3c71afc
test/e2e/tests/send-eth.spec.js
@@ -68,10 +68,6 @@ describe('Send ETH', function () {
68
assert.equal(inputValue, '1');
69
70
// Continue to next screen
71
- await driver.findClickableElement({
72
- text: 'Next',
73
- tag: 'button',
74
- });
75
await driver.clickElement({ text: 'Next', tag: 'button' });
76
77
await driver.clickElement({ text: 'Confirm', tag: 'button' });
@@ -122,10 +118,6 @@ describe('Send ETH', function () {
122
118
123
119
124
120
125
126
127
128
129
121
130
131
await driver.delay(1000);
0 commit comments