Skip to content

Commit 8e333c5

Browse files
committed
wai
1 parent 5de6086 commit 8e333c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ module.exports = {
121121
})
122122
.waitForElementNotPresent('*[data-id="matomoModalModalDialogModalBody-react"]')
123123
.clickLaunchIcon('settings')
124-
.pause(1000)
124+
.waitForElementVisible('*[data-id="label-matomo-settings"]')
125125
.click('*[data-id="label-matomo-settings"]') // disable again
126-
.pause(1000)
126+
.pause(2000)
127127
.refreshPage()
128128
},
129129
'check old timestamp and reappear Matomo #group2': function (browser: NightwatchBrowser) {

0 commit comments

Comments
 (0)