We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f735a60 commit f0f3fefCopy full SHA for f0f3fef
cypress/e2e/trafficlight/actions/auth.ts
@@ -61,7 +61,7 @@ export function login(data: any): string {
61
Cypress.$(".mx_AccessibleButton_kind_danger_outline")?.first()?.trigger("click");
62
});
63
}
64
- return 'loggedin';
+ return 'logged_in';
65
66
67
export function logout(): string {
cypress/e2e/trafficlight/actions/room.ts
@@ -54,7 +54,7 @@ export function changeRoomHistoryVisibility(data: any): string {
54
55
export function openRoom(data: any): string {
56
cy.get(".mx_RoomSublist_tiles").contains(data["name"]).click();
57
- return "room-opened";
+ return "room_opened";
58
59
60
export function acceptInvite(): string {
0 commit comments