element-web/cypress/e2e
Suguru Hirahara 3b2216ec9d
Fix class name of the read marker on `MessagePanel` (#10745)
* Optimize mx_RoomView_myReadMarker

- Replace the compound selector with a type selector
- Nest the type selector in "mx_RoomView_myReadMarker_container"

* Conform the style rules to the naming policy

Including "container" in a class name is redundant as our naming policy tells that a string followed by an underscore (_) represents a container if it contains an element.

* Run prettier

* Replace `mx_RoomView_myReadMarker hr` with `mx_RoomView_myReadMarker`

- Remove a unit
- Hide hr's parent (mx_RoomView_myReadMarker) on Percy snapshots

* Change the class name from `mx_RoomView_myReadMarker` to `mx_MessagePanel_myReadMarker`

The read marker is specified on MessagePanel.tsx, and should be named so to avoid confusion.

- Create _MessagePanel.pcss for the style rules of MessagePanel

* Update permalinks.spec.ts
2023-05-15 11:02:04 +00:00
..
audio-player Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
composer Room and user mentions for plain text editor (#10665) 2023-05-11 14:28:42 +00:00
create-room Remove `mx_HeaderButtons` class and add a test (#10713) 2023-05-05 15:29:10 +00:00
crypto Fix the color of the verified E2EE icon on RoomSummaryCard (#10812) 2023-05-08 02:26:29 +00:00
editing
integration-manager Update read_events.spec.ts - use Cypress Testing Library (#10719) 2023-04-27 10:37:58 +00:00
invite Add E2E test: `invite-dialog.spec.ts` (#10693) 2023-05-04 13:09:26 +00:00
lazy-loading Remove `mx_HeaderButtons` class and add a test (#10713) 2023-05-05 15:29:10 +00:00
location
login
one-to-one-chat
permalinks Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
polls Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
read-receipts Cypress tests for read receipts, threaded and unthreaded (#10872) 2023-05-12 08:04:33 +00:00
register Cypress test to check cross-signing keys on register (#10850) 2023-05-11 10:34:52 +00:00
regression-tests
right-panel Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
room Remove `mx_HeaderButtons` class and add a test (#10713) 2023-05-05 15:29:10 +00:00
room-directory
settings Merge `theme-choice-panel.spec.ts` with `appearance-user-settings-tab.spec.ts` (#10890) 2023-05-15 08:58:19 +00:00
sliding-sync Rename sliding-sync.ts to sliding-sync.spec.ts (#10723) 2023-04-27 10:33:20 +00:00
spaces Update spaces.spec.ts - use Cypress Testing Library (#10620) 2023-04-20 21:36:44 +00:00
spotlight Fix cypress test in spotlight tests (#10884) 2023-05-15 10:37:24 +00:00
threads Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
timeline Fix class name of the read marker on `MessagePanel` (#10745) 2023-05-15 11:02:04 +00:00
toasts Make cypress happy about spec files all containing tests (#10709) 2023-04-25 15:42:59 +00:00
update
user-menu
user-onboarding Update tests related to user onboarding - use Cypress Testing Library (#10728) 2023-04-27 17:12:05 +00:00
user-view
widgets Update events.spec.ts - use Cypress Testing Library (#10590) 2023-04-20 09:33:31 +00:00