@@ -42,14 +42,6 @@ module.exports = {
42
42
console . log ( '_paq' , res )
43
43
} )
44
44
. 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
- } )
53
45
. refreshPage ( )
54
46
. waitForElementPresent ( {
55
47
selector : `//*[@data-id='compilerloaded']` ,
@@ -102,14 +94,6 @@ module.exports = {
102
94
. click ( '*[data-id="matomoPerfAnalyticsToggleSwitch"]' ) // disable matomo perf analytics3
103
95
. click ( '[data-id="managePreferencesModal-modal-footer-ok-react"]' ) // click on Save Preferences
104
96
. 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"]' )
113
97
. waitForElementVisible ( '*[data-id="topbar-settingsIcon"]' )
114
98
. click ( '*[data-id="topbar-settingsIcon"]' )
115
99
. waitForElementVisible ( '*[data-id="settings-sidebar-analytics"]' )
0 commit comments