We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3978474 commit c6fd78eCopy full SHA for c6fd78e
1 file changed
cypress/integration/phoenix_quick_test.js
@@ -9,7 +9,7 @@ describe('paylike plugin quick test', () => {
9
* Login into admin and frontend to store cookies.
10
*/
11
before(() => {
12
- cy.phoenixGoToPage(TestMethods.StoreUrl);
+ cy.phoenixGoToPage(TestMethods.StoreUrl + '/login.php');
13
TestMethods.loginIntoClientAccount();
14
cy.phoenixGoToPage(Cypress.env('ENV_PHOENIX_ADMIN_URL'));
15
TestMethods.loginIntoAdminBackend();
0 commit comments