Skip to content

Commit facb0c5

Browse files
committed
fix e2e
1 parent 5f87da3 commit facb0c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/remix-ide-e2e/src/tests/debugger.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module.exports = {
9595
.waitForElementVisible('#stepdetail')
9696
.waitForElementVisible({
9797
locateStrategy: 'xpath',
98-
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"531")]',
98+
selector: '//*[@data-id="treeViewLivm trace step" and contains(.,"475")]',
9999
})
100100
.getEditorValue((content) => {
101101
browser.assert.ok(content.indexOf(`constructor (string memory name_, string memory symbol_) {

0 commit comments

Comments
 (0)