Skip to content

Commit bced4b5

Browse files
committed
skip tour to run e2e
1 parent 8e333c5 commit bced4b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ module.exports = {
110110
},
111111
'change settings #group2': function (browser: NightwatchBrowser) {
112112
browser
113+
.waitForElementVisible('*[id="remixTourSkipbtn"]')
114+
.click('*[id="remixTourSkipbtn"]')
113115
.waitForElementVisible('*[data-id="label-matomo-settings"]')
114116
.pause(1000)
115117
.click('*[data-id="label-matomo-settings"]')

0 commit comments

Comments
 (0)