Last active
March 22, 2021 05:39
-
-
Save thrgamon/0550127e651906d3c8f45611ddfe7caf to your computer and use it in GitHub Desktop.
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 characters
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}'); | |
}); | |
}); |
Hi @fabiensebban,
Unfortunately I don't work with Shopify stuff any more, so I am not sure!
Good luck!
Tom
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @thrgamon,
Thank you for chasring this!
Is this code still working for you? I tried to login shopify admin using Selenium but it does not work because of Captcha.