Skip to content
Snippets Groups Projects
Unverified Commit be1f1a21 authored by Douglas Fabris's avatar Douglas Fabris Committed by GitHub
Browse files

test: flaky tests related to waitForChannel (#32862)

parent 9d0612a1
No related branches found
No related tags found
No related merge requests found
...@@ -114,8 +114,8 @@ export class HomeSidenav { ...@@ -114,8 +114,8 @@ export class HomeSidenav {
async waitForChannel(): Promise<void> { async waitForChannel(): Promise<void> {
await this.page.locator('role=main').waitFor(); await this.page.locator('role=main').waitFor();
await this.page.locator('role=main >> role=heading[level=1]').waitFor(); await this.page.locator('role=main >> role=heading[level=1]').waitFor();
await this.page.locator('role=main >> role=list').waitFor();
await expect(this.page.locator('role=main >> .rcx-skeleton')).toHaveCount(0);
await expect(this.page.locator('role=main >> role=list')).not.toHaveAttribute('aria-busy', 'true'); await expect(this.page.locator('role=main >> role=list')).not.toHaveAttribute('aria-busy', 'true');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment