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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Suguru Hirahara <luixxiul@users.noreply.github.com>
  • Loading branch information
luixxiul committed Apr 28, 2023
1 parent 2922c66 commit d7a700d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/room/room-header.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ describe("Room Header", () => {

cy.get(".mx_RoomHeader").findByRole("button", { name: "Chat" }).click();

// Assert that the video is rnedered
// Assert that the video is rendered
cy.get(".mx_CallView video").should("exist");

cy.get(".mx_RightPanel .mx_TimelineCard")
Expand Down

0 comments on commit d7a700d

Please sign in to comment.