File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -99,6 +99,12 @@ module.exports = {
99
99
. pause ( 2000 )
100
100
. waitForElementPresent ( '*[data-id="beginnerbtn"]' , 10000 )
101
101
. click ( '[data-id="beginnerbtn"]' )
102
+ . waitForElementVisible ( {
103
+ selector : `//*[contains(text(), 'Welcome to Remix IDE')]` ,
104
+ locateStrategy : 'xpath'
105
+ } )
106
+ . waitForElementVisible ( '*[id="remixTourSkipbtn"]' )
107
+ . click ( '*[id="remixTourSkipbtn"]' )
102
108
. clickLaunchIcon ( 'settings' )
103
109
. waitForElementNotPresent ( '[id="settingsMatomoPerfAnalytics"]:checked' )
104
110
. execute ( function ( ) {
@@ -110,8 +116,6 @@ module.exports = {
110
116
} ,
111
117
'change settings #group2' : function ( browser : NightwatchBrowser ) {
112
118
browser
113
- . waitForElementVisible ( '*[id="remixTourSkipbtn"]' )
114
- . click ( '*[id="remixTourSkipbtn"]' )
115
119
. waitForElementVisible ( '*[data-id="label-matomo-settings"]' )
116
120
. pause ( 1000 )
117
121
. click ( '*[data-id="label-matomo-settings"]' )
You can’t perform that action at this time.
0 commit comments