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

Commit 42f0912

Browse files
committed
lint
Signed-off-by: Suguru Hirahara <[email protected]>
1 parent 8253ae1 commit 42f0912

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cypress/e2e/timeline/timeline.spec.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,7 @@ describe("Timeline", () => {
148148

149149
describe("configure room", () => {
150150
// Exclude timestamp from snapshot
151-
const percyCSS =
152-
".mx_RoomView_body .mx_EventTile_info .mx_MessageTimestamp { visibility: hidden !important; }";
151+
const percyCSS = ".mx_RoomView_body .mx_EventTile_info .mx_MessageTimestamp { visibility: hidden !important; }";
153152

154153
beforeEach(() => {
155154
cy.injectAxe();

0 commit comments

Comments
 (0)