You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-30 02:21:17 +03:00
Fix some playwright flaky tests (#12357)
* Fix flaky test `should memorize the timeline position when switch Room A -> Room B -> Room A` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix flaky test `should be correctly rendered - high contrast theme` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix flaky test `Cryptography › setting up secure key backup should work isDeviceVerified=false` Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Update screenshots Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
2cbf92860b
commit
ea3fff2d2f
@ -95,6 +95,10 @@ test.describe("Audio player", () => {
|
||||
.mx_MessageTimestamp {
|
||||
display: none !important;
|
||||
}
|
||||
/* The MAB showing up on hover is not needed for the test */
|
||||
.mx_MessageActionBar {
|
||||
display: none !important;
|
||||
}
|
||||
`,
|
||||
mask: [page.locator(".mx_AudioPlayer_seek")],
|
||||
};
|
||||
|
Reference in New Issue
Block a user