Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
davikstone2 committed Jan 20, 2024
1 parent 97abe88 commit 0703f81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/mods/redsquare/redsquare_page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class RedsquarePage extends ModulePage {
await this.page.locator(selectors.postTweetButton).click();

await this.page.locator(`${selectors.tweetTextElement}`, { hasText: tweetText }).waitFor();
//

await expect(this.page.locator(`${selectors.tweetTextElement}`)).toBeVisible();
}

Expand Down
2 changes: 1 addition & 1 deletion tests/mods/chat.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ test("chat loading in arcade", async ({ page }) => {

await page.waitForTimeout(1000);

// await page.waitForLoadState();


let chatManager = await page.locator('.chat-manager-list> .saito-user').click();

Expand Down

0 comments on commit 0703f81

Please sign in to comment.