Skip to content

Commit 50b39dd

Browse files
committed
fix e2e
1 parent f429c96 commit 50b39dd

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,6 @@ module.exports = {
4242
console.log('_paq', res)
4343
})
4444
.waitForElementNotVisible('*[data-id="matomoModalModalDialogModalBody-react"]')
45-
.waitForElementVisible('*[data-id="beginnerbtn"]', 10000)
46-
.pause(1000)
47-
.click('[data-id="beginnerbtn"]')
48-
.waitForElementNotPresent('*[data-id="beginnerbtn"]')
49-
.waitForElementVisible({
50-
selector: `//*[contains(text(), 'Welcome to Remix IDE')]`,
51-
locateStrategy: 'xpath'
52-
})
5345
.refreshPage()
5446
.waitForElementPresent({
5547
selector: `//*[@data-id='compilerloaded']`,
@@ -102,14 +94,6 @@ module.exports = {
10294
.click('*[data-id="matomoPerfAnalyticsToggleSwitch"]') // disable matomo perf analytics3
10395
.click('[data-id="managePreferencesModal-modal-footer-ok-react"]') // click on Save Preferences
10496
.pause(2000)
105-
.waitForElementPresent('*[data-id="beginnerbtn"]', 10000)
106-
.click('[data-id="beginnerbtn"]')
107-
.waitForElementVisible({
108-
selector: `//*[contains(text(), 'Welcome to Remix IDE')]`,
109-
locateStrategy: 'xpath'
110-
})
111-
.waitForElementVisible('*[id="remixTourSkipbtn"]')
112-
.click('*[id="remixTourSkipbtn"]')
11397
.waitForElementVisible('*[data-id="topbar-settingsIcon"]')
11498
.click('*[data-id="topbar-settingsIcon"]')
11599
.waitForElementVisible('*[data-id="settings-sidebar-analytics"]')

0 commit comments

Comments
 (0)