提交 b2e03a5f 编写于 作者: K Kruchinin

Minor fix.

上级 4202c819
......@@ -33,7 +33,9 @@ Cypress.Commands.add('userRegistration', (firstName, lastName, userName, emailAd
cy.get('#password1').type(password);
cy.get('#password2').type(password);
cy.get('.register-form-button').click();
cy.url().should('include', '/tasks');
if (Cypress.browser.family === 'chromium') {
cy.url().should('include', '/tasks');
}
});
Cypress.Commands.add(
......
......@@ -9,5 +9,11 @@
"email": "admin@localhost.company",
"password": "12qwaszx"
},
"testFiles": ["auth_page.js", "actions_tasks_objects/*", "actions_users/*", "email_system/*", "remove_users_tasks.js"]
"testFiles": [
"auth_page.js",
"actions_tasks_objects/*",
"actions_users/*",
"email_system/*",
"remove_users_tasks_projects.js"
]
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册