@@ -201,7 +201,7 @@ commands:
201201      Clones an external repo and then checks out the branch that matches NEXT_DEV_VERSION otherwise uses 'master' branch. 
202202     parameters :
203203      repo :
204-         description : " Name of the github repo to clone like: cypressio /cypress-example-kitchensink" 
204+         description : " Name of the github repo to clone like: cypress-io /cypress-example-kitchensink" 
205205        type : string 
206206    steps :
207207      - attach_workspace :
@@ -217,7 +217,7 @@ commands:
217217      and runs the new version of Cypress against it. 
218218     parameters :
219219      repo :
220-         description : Name of the repo like " cypress-example-kitchensink" 
220+         description : " Name of the github  repo to clone  like: cypress-io/ cypress-example-kitchensink" 
221221        type : string 
222222      browser :
223223        description : Name of the browser to use, like "electron", "chrome", "firefox" 
@@ -1329,14 +1329,14 @@ jobs:
13291329    << : *defaults 
13301330    steps :
13311331      - test-binary-against-repo :
1332-           repo : cypress-example-recipes 
1332+           repo : cypress-io/cypress- example-recipes 
13331333          command : npm run test:ci:firefox 
13341334
13351335  test-binary-against-recipe-pull-request :
13361336    << : *defaults 
13371337    steps :
13381338      - test-binary-against-repo :
1339-           repo : cypress-example-recipes 
1339+           repo : cypress-io/cypress- example-recipes 
13401340          command : npm run test:ci 
13411341          pull_request_id : 503 
13421342          folder : examples/stubbing-spying__window-fetch 
@@ -1345,66 +1345,66 @@ jobs:
13451345    << : *defaults 
13461346    steps :
13471347      - test-binary-against-repo :
1348-           repo : cypress-example-kitchensink 
1348+           repo : cypress-io/cypress- example-kitchensink 
13491349          browser : " electron" 
13501350
13511351  test-binary-against-awesome-typescript-loader :
13521352    << : *defaults 
13531353    steps :
13541354      - test-binary-against-repo :
1355-           repo : cypress-test-awesome-typescript-loader 
1355+           repo : cypress-io/cypress- test-awesome-typescript-loader 
13561356          browser : " electron" 
13571357
13581358  " test-binary-against-kitchensink-firefox "  :
13591359    << : *defaults 
13601360    steps :
13611361      - test-binary-against-repo :
1362-           repo : cypress-example-kitchensink 
1362+           repo : cypress-io/cypress- example-kitchensink 
13631363          browser : firefox 
13641364
13651365  " test-binary-against-kitchensink-chrome "  :
13661366    << : *defaults 
13671367    steps :
13681368      - test-binary-against-repo :
1369-           repo : cypress-example-kitchensink 
1369+           repo : cypress-io/cypress- example-kitchensink 
13701370          browser : chrome 
13711371
13721372  " test-binary-against-todomvc-firefox "  :
13731373    << : *defaults 
13741374    steps :
13751375      - test-binary-against-repo :
1376-           repo : cypress-example-todomvc 
1376+           repo : cypress-io/cypress- example-todomvc 
13771377          browser : firefox 
13781378
13791379  " test-binary-against-documentation-firefox "  :
13801380    << : *defaults 
13811381    steps :
13821382      - test-binary-against-repo :
1383-           repo : cypress-documentation 
1383+           repo : cypress-io/cypress- documentation 
13841384          browser : firefox 
13851385          command : " npm run cypress:run" 
13861386
13871387  " test-binary-against-realworld-firefox "  :
13881388    << : *defaults 
13891389    steps :
13901390      - test-binary-against-repo :
1391-           repo : cypress-example-realworld 
1391+           repo : cypress-io/cypress- example-realworld 
13921392          browser : firefox 
13931393          command : " npm run cypress:run" 
13941394
13951395  " test-binary-against-api-testing-firefox "  :
13961396    << : *defaults 
13971397    steps :
13981398      - test-binary-against-repo :
1399-           repo : cypress-example-api-testing 
1399+           repo : cypress-io/cypress- example-api-testing 
14001400          browser : firefox 
14011401          command : " npm run cy:run" 
14021402
14031403  " test-binary-against-piechopper-firefox "  :
14041404    << : *defaults 
14051405    steps :
14061406      - test-binary-against-repo :
1407-           repo : cypress-example-piechopper 
1407+           repo : cypress-io/cypress- example-piechopper 
14081408          browser : firefox 
14091409          command : " npm run cypress:run" 
14101410
0 commit comments