Skip to content

Commit

Permalink
update(test): timeout fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
luisecm committed Aug 13, 2024
1 parent bda64de commit a3cad57
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playwright/specs/22-chats-tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,15 +233,12 @@ test.describe("Chats Tests - Two instances", () => {
friendsScreenFirst,
friendsScreenSecond,
page1,
page2,
}) => {
// With first user, go to chat conversation with remote user
await friendsScreenFirst.chatWithFriend(usernameTwo);
await page1.waitForURL("/chat");

// With second user, go to chat conversation with remote user
await friendsScreenSecond.chatWithFriend(username);
await page2.waitForURL("/chat");

// B7 - Favorite button should should be highlighted after clicked and grey when unclicked
// First when button is not clicked
Expand Down

0 comments on commit a3cad57

Please sign in to comment.