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 5de6086 commit 8e333c5Copy full SHA for 8e333c5
apps/remix-ide-e2e/src/tests/matomo.test.ts
@@ -121,9 +121,9 @@ module.exports = {
121
})
122
.waitForElementNotPresent('*[data-id="matomoModalModalDialogModalBody-react"]')
123
.clickLaunchIcon('settings')
124
- .pause(1000)
+ .waitForElementVisible('*[data-id="label-matomo-settings"]')
125
.click('*[data-id="label-matomo-settings"]') // disable again
126
+ .pause(2000)
127
.refreshPage()
128
},
129
'check old timestamp and reappear Matomo #group2': function (browser: NightwatchBrowser) {
0 commit comments