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 5f87da3 commit facb0c5Copy full SHA for facb0c5
apps/remix-ide-e2e/src/tests/debugger.test.ts
@@ -95,7 +95,7 @@ module.exports = {
95
.waitForElementVisible('#stepdetail')
96
.waitForElementVisible({
97
locateStrategy: 'xpath',
98
- selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"531")]',
+ selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"475")]',
99
})
100
.getEditorValue((content) => {
101
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {
0 commit comments