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

Fix Percy tests for ThreadView on threads.spec.ts #24883

Closed
luixxiul opened this issue Mar 21, 2023 · 1 comment
Closed

Fix Percy tests for ThreadView on threads.spec.ts #24883

luixxiul opened this issue Mar 21, 2023 · 1 comment
Labels
A-Testing Testing, code coverage, etc. A-Threads O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect

Comments

@luixxiul
Copy link

luixxiul commented Mar 21, 2023

Steps to reproduce

The PR matrix-org/matrix-react-sdk#9016 has added Percy tests to detect visual regressions of EventTiles inside ThreadView.

It turns out they do not really work how they are supposed to.

3785632928c7fa75893dd1c60c73ccad6d6458f4f2010b08fe832aa0e0dbfe90

All of them seem to have taken snapshots of the right panel without their content. They are supposed to take snapshots ThreadView including EventTiles and a poll.

Outcome

What did you expect?

They should take snapshots of contents inside ThreadView.

What happened instead?

They take snapshots of the ThreadView without its content such as EventTiles, redacted messages placeholder, etc. on modern layout and bubble layout (note that there is not IRC layout on ThreadView).

Operating system

No response

Browser information

No response

URL for webapp

No response

Application version

develop branch

Homeserver

No response

Will you send logs?

No

@robintown robintown added A-Testing Testing, code coverage, etc. A-Threads S-Major Severely degrades major functionality or product features, with no satisfactory workaround O-Uncommon Most users are unlikely to come across this or unexpected workflow labels Mar 22, 2023
@t3chguy
Copy link
Member

t3chguy commented Apr 19, 2024

Percy tests are gone

@t3chguy t3chguy closed this as completed Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Testing Testing, code coverage, etc. A-Threads O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Major Severely degrades major functionality or product features, with no satisfactory workaround T-Defect
Projects
None yet
Development

No branches or pull requests

3 participants