Skip to content
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

Percy test User settings tab - Preferences and User settings tab - General no longer capture all of the setting flags on the tab #25391

Closed
luixxiul opened this issue May 17, 2023 · 2 comments · Fixed by matrix-org/matrix-react-sdk#10947
Assignees
Labels
A-Developer-Experience T-Task Tasks for the team like planning Z-Flaky-Test A test is raising false alarms

Comments

@luixxiul
Copy link

Steps to reproduce

  1. Check https://percy.io/dfde73bd/matrix-react-sdk/builds/27461110/changed/1527545851

Outcome

What did you expect?

mx_SettingsTab should be captured.

What happened instead?

The dialog was captured instead.

Operating system

No response

Browser information

No response

URL for webapp

No response

Application version

No response

Homeserver

No response

Will you send logs?

No

@luixxiul luixxiul changed the title Percy test User settings tab - Preferences no longer captures all of the setting flags on the tab Percy test User settings tab - Preferences and User settings tab - General no longer capture all of the setting flags on the tab May 18, 2023
@luixxiul
Copy link
Author

@kerryarchibald kerryarchibald self-assigned this May 18, 2023
@kerryarchibald
Copy link
Contributor

cy.findByTestId and percySnapshotElement do not play together.
percySnapshotElement uses jquery element.selector as the scope. When chained with a cy.get this is a selector and works fine, but for findByTestId is eg findByTestId(<testid>)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Developer-Experience T-Task Tasks for the team like planning Z-Flaky-Test A test is raising false alarms
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants