1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00

Make test ID compatible with findByTestId() of Cypress Testing Library (#10617)

'data-test-id' is not discoverable with findByTestId() of Cypress Testing Library.

Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
This commit is contained in:
Suguru Hirahara
2023-04-17 06:10:11 +00:00
committed by GitHub
parent daad630827
commit 8a4a584ba0
11 changed files with 15 additions and 15 deletions

View File

@ -2,7 +2,7 @@
exports[`LocationPicker <LocationPicker /> for Live location share type updates selected duration 1`] = `
<div
data-test-id="live-duration-option-3600000"
data-testid="live-duration-option-3600000"
>
Share for 1h
</div>