-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Cypress test for Categories wise view of contacts in com_contact. #40178
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Did you forget to commit the come in the db.js file? Also rename the function to db_createCategory as it creates only one category. |
Sorry My bad. |
tests/System/integration/site/components/com_contact/Categories.cy.js
Outdated
Show resolved
Hide resolved
|
There are also some code style issues. |
|
The code to open the page must also be in a then statement, otherwise you can run into async issues, so something liek this should work (didn't test it actually and there are cs issues): |
tests/System/integration/site/components/com_contact/Categories.cy.js
Outdated
Show resolved
Hide resolved
|
The test fails because you need to add some more default values to the db_createCategory function |
Added more default values but don't know why still checks are failing? |
|
Restartet drone, probably a server issue |
Head branch was pushed to by a user without write access
|
Thanks! |
|
Thanks a lot for merging it. |
add a test for Categories wise view of contacts in com_contact.