Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Hide seek bar of audio player to fix a flaky Percy test temporarily #10430

Merged
merged 2 commits into from
Mar 23, 2023
Merged

Hide seek bar of audio player to fix a flaky Percy test temporarily #10430

merged 2 commits into from
Mar 23, 2023

Conversation

luixxiul
Copy link
Contributor

@luixxiul luixxiul commented Mar 22, 2023

This PR should temporarily fix a flaky Percy test of audio player on FilePanel by hiding the seek bar whose indicator is not consistently rendered.

Closes element-hq/element-web#24897

Here is an example of the flaky test: https://percy.io/dfde73bd/matrix-react-sdk/builds/26097295/changed/1454569038?browser=chrome&browser_ids=33%2C34%2C35%2C36&subcategories=unreviewed%2Cchanges_requested&viewLayout=overlay&viewMode=new&width=1920&widths=1024%2C1920

Here is a cropped screenshot of the test. The indicator is rendered on a different position on the seek bar.

Screenshot from 2023-03-23 04-16-21

The issue of the indicator was logged here too: element-hq/element-web#24898

type: task

Signed-off-by: Suguru Hirahara luixxiul@users.noreply.github.com

Checklist

  • Tests written for new code (and old code if feasible)
  • Linter and other CI checks pass
  • Sign-off given on the changes (see CONTRIBUTING.md)

This change is marked as an internal change (Task), so will not be included in the changelog.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
@github-actions github-actions bot added Z-Community-PR Issue is solved by a community member's PR T-Task Refactoring, enabling or disabling functionality, other engineering tasks labels Mar 22, 2023
@luixxiul luixxiul marked this pull request as ready for review March 22, 2023 19:34
@luixxiul luixxiul requested a review from a team as a code owner March 22, 2023 19:34
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Copy link
Member

@richvdh richvdh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great, thank you!

@richvdh richvdh enabled auto-merge (squash) March 23, 2023 11:00
@richvdh richvdh merged commit 5a1a91f into matrix-org:develop Mar 23, 2023
@luixxiul luixxiul deleted the fix-percy-seekbar branch March 23, 2023 12:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
T-Task Refactoring, enabling or disabling functionality, other engineering tasks Z-Community-PR Issue is solved by a community member's PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix flaky Percy test due to seek bar on audio player
2 participants