Cypress test for Categories wise view of contacts in com_contact.#40178
Cypress test for Categories wise view of contacts in com_contact.#40178laoneo merged 18 commits intojoomla:4.4-devfrom
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.