@@ -88,7 +88,7 @@ module.exports = {
8888 . waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
8989 . click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
9090 . 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' )
9292 . click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
9393 . waitForElementPresent ( '.fa-spinner' )
9494 . pause ( 5000 )
@@ -114,7 +114,7 @@ module.exports = {
114114 . waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
115115 . click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
116116 . 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' )
118118 . click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
119119 . pause ( 5000 )
120120 . waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix1' )
@@ -125,7 +125,7 @@ module.exports = {
125125 . waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
126126 . click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
127127 . 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' )
129129 . click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
130130 . pause ( 5000 )
131131 . waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix2' )
@@ -136,7 +136,7 @@ module.exports = {
136136 . waitForElementVisible ( '[data-id="topbarModalModalDialogModalBody-react"]' )
137137 . click ( '[data-id="topbarModalModalDialogModalBody-react"]' )
138138 . 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' )
140140 . click ( '[data-id="topbarModal-modal-footer-ok-react"]' )
141141 . pause ( 5000 )
142142 . waitForElementContainsText ( '[data-id="workspacesSelect"]' , 'awesome-remix3' )
0 commit comments