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 8e333c5 commit bced4b5Copy full SHA for bced4b5
apps/remix-ide-e2e/src/tests/matomo.test.ts
@@ -110,6 +110,8 @@ module.exports = {
110
},
111
'change settings #group2': function (browser: NightwatchBrowser) {
112
browser
113
+ .waitForElementVisible('*[id="remixTourSkipbtn"]')
114
+ .click('*[id="remixTourSkipbtn"]')
115
.waitForElementVisible('*[data-id="label-matomo-settings"]')
116
.pause(1000)
117
.click('*[data-id="label-matomo-settings"]')
0 commit comments