We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We should tests page titles within e2e tests. For more details see: #3157
This allows catching more regressions when adding new views or editing existing ones.
e2e tests
Assertions on page titles
cy.title
Once cy.title is added to all e2e tests - CI
yes
The text was updated successfully, but these errors were encountered:
kschiffer
No branches or pull requests
Summary
We should tests page titles within e2e tests. For more details see: #3157
Why do we need this?
This allows catching more regressions when adding new views or editing existing ones.
What is already there? What do you see now?
e2e tests
What is missing? What do you want to see?
Assertions on page titles
How do you propose to implement this?
cy.title
has flaky behaviorcy.title
behaves properlyHow do you propose to test this?
Once
cy.title
is added to all e2e tests - CICan you do this yourself and submit a Pull Request?
yes
The text was updated successfully, but these errors were encountered: