Skip to content

Commit 24a95e7

Browse files
committed
Update phoenix_full_test.js
1 parent c6fd78e commit 24a95e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cypress/integration/phoenix_full_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe('paylike plugin full test', () => {
99
* Login into admin and frontend to store cookies.
1010
*/
1111
before(() => {
12-
cy.phoenixGoToPage(TestMethods.StoreUrl);
12+
cy.phoenixGoToPage(TestMethods.StoreUrl + '/login.php');
1313
TestMethods.loginIntoClientAccount();
1414
cy.phoenixGoToPage(Cypress.env('ENV_PHOENIX_ADMIN_URL'));
1515
TestMethods.loginIntoAdminBackend();

0 commit comments

Comments
 (0)