@@ -88,7 +88,7 @@ module.exports = {
88
88
. waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
89
89
. click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
90
90
. waitForElementVisible ( '[data-id="modalDialogCustomPromptTextClone"]' )
91
- . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/ethereum /awesome-remix' )
91
+ . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/remix-project-org /awesome-remix' )
92
92
. click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
93
93
. waitForElementPresent ( '.fa-spinner' )
94
94
. pause ( 5000 )
@@ -114,7 +114,7 @@ module.exports = {
114
114
. waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
115
115
. click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
116
116
. waitForElementVisible ( '[data-id="modalDialogCustomPromptTextClone"]' )
117
- . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/ethereum /awesome-remix' )
117
+ . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/remix-project-org /awesome-remix' )
118
118
. click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
119
119
. pause ( 5000 )
120
120
. waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix1' )
@@ -125,7 +125,7 @@ module.exports = {
125
125
. waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
126
126
. click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
127
127
. waitForElementVisible ( '[data-id="modalDialogCustomPromptTextClone"]' )
128
- . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/ethereum /awesome-remix' )
128
+ . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/remix-project-org /awesome-remix' )
129
129
. click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
130
130
. pause ( 5000 )
131
131
. waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix2' )
@@ -136,7 +136,7 @@ module.exports = {
136
136
. waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
137
137
. click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
138
138
. waitForElementVisible ( '[data-id="modalDialogCustomPromptTextClone"]' )
139
- . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/ethereum /awesome-remix' )
139
+ . setValue ( '[data-id="modalDialogCustomPromptTextClone"]' , 'https://github.com/remix-project-org /awesome-remix' )
140
140
. click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
141
141
. pause ( 5000 )
142
142
. waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix3' )
0 commit comments