-
Notifications
You must be signed in to change notification settings - Fork 29
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
fix(test): deactivate the deactivation of the contacts search provider #733
Conversation
datenangebot
commented
Dec 5, 2023
⁉️ have to clarify if the search provider will come back by default or not
-⁉️ have to clarify if the search provider will come back by default or not Signed-off-by: Florian Steffens <[email protected]>
Signed-off-by: Florian Steffens <[email protected]>
This is actually an intended change from nextcloud/server#41738 so it only shows up if contacts is enabled as an app in the future |
Signed-off-by: Julius Härtl <[email protected]>
1f9db4f
to
c6ac4af
Compare
Pushed some adjustments to make them all pass |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is already merged, but adding a few thoughts that might be worth considering in the future.
@@ -23,7 +23,7 @@ describe('Rows for a table', () => { | |||
cy.get('.modal__content [aria-label="Increase stars"]').click().click() | |||
cy.get('.modal-container button').contains('Save').click() | |||
|
|||
cy.get('.modal-container').should('not.exist') | |||
cy.get('.modal-container:visible').should('not.exist') | |||
cy.get('.custom-table table').contains('My first task').should('exist') | |||
}) | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the Create
, Edit
and Delete
tests here are too coupled to each other, and one failing will impact the others. Imo, it'll be nice if they're made independent or combined into a single test.
Yes, very good points. We can try to improve the test cases whenever we adjust them next time 👍 |
Let's backport this to the stable branch as well as it also covers support for Nextcloud 28. |
/backport to stable0.6 |