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 56d66b4 commit 1b65edfCopy full SHA for 1b65edf
apps/remix-ide-e2e/src/tests/ballot_0_4_14.test.ts
@@ -52,9 +52,8 @@ module.exports = {
52
browser.pause(500)
53
.debugTransaction(1)
54
.pause(2000)
55
- .waitForElementVisible('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
56
- .click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
57
- .pause(2000)
+ // .waitForElementVisible('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]')
+ // .click('*[data-id="buttonNavigatorJumpPreviousBreakpoint"]') That button is disabled
58
.waitForElementVisible('#stepdetail')
59
.goToVMTraceStep(20)
60
.pause(1000)
0 commit comments