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 22a023e commit 34b0e98Copy full SHA for 34b0e98
1 file changed
test/specs/numberpad.e2e.ts
@@ -164,7 +164,6 @@ async function checkContinueButton(
164
) {
165
if (mode === 'Send') {
166
// make sure Continue button is disabled as amount is above balance
167
- if (driver.isAndroid) return; // https://github.com/synonymdev/bitkit-android/issues/611
168
await elementById('ContinueAmount').waitForEnabled({ reverse: aboveBalance });
169
} else {
170
// In receive mode Continue is always enabled
0 commit comments