Last active
March 22, 2021 05:39
Revisions
-
thrgamon revised this gist
Apr 6, 2018 . No changes.There are no files selected for viewing
-
thrgamon created this gist
Apr 6, 2018 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ describe('Logging into Admin page test', function() { it('Logs into Shopify Admin', function() { cy.visit('https://shopify-store.myshopify.com/admin'); cy.get('#Login').type('LOGIN'); cy.get('#Password').type('PASSWORD {enter}'); }); });