chore(deps): Bump the github-actions group across 1 directory with 4 updates #38917
Annotations
3 errors and 1 notice
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts#L34
3) [Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in small display
Error: expect(locator).toHaveClass(expected) failed
Locator: locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2)
Expected pattern: /active/
Received string: "workspace-categories-menu-item"
Timeout: 5000ms
Call log:
- Expect "toHaveClass" with timeout 5000ms
- waiting for locator('.workspace-categories-menu').locator('.workspace-categories-menu-item').nth(2)
14 × locator resolved to <div data-v-84334eb2="" class="workspace-categories-menu-item">…</div>
- unexpected value "workspace-categories-menu-item"
32 | const menuItems = categoriesMenu.locator('.workspace-categories-menu-item');
33 |
> 34 | await expect(menuItems.nth(activeIndex)).toHaveClass(/active/);
| ^
35 |
36 | for (let i = 0; i < totalCategories; i++) {
37 | if (i === activeIndex) continue;
at verifyActiveCategory (/github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:34:44)
at /github/workspace/client/tests/e2e/specs/workspaces_list.spec.ts:273:11
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/specs/workspaces_actions.spec.ts#L288
2) [Chromium] › tests/e2e/specs/workspaces_actions.spec.ts:275:3 › Take workspace ownership with button
Error: Invalid page title, expected 'Users', got 'undefined'
286 | await home.locator('.sidebar').locator('#sidebar-users').click();
287 | await expect(home).toBeUserPage();
> 288 | await expect(home).toHavePageTitle('Users');
| ^
289 | await revokeUser(home, 'Boby McBobFace');
290 | await home.locator('.sidebar').locator('#sidebar-all-workspaces').click();
291 | await expect(home).toBeWorkspacePage();
at /github/workspace/client/tests/e2e/specs/workspaces_actions.spec.ts:288:24
|
|
Merge playwright shard report:
../../../../../github/workspace/client/tests/e2e/specs/create_organization_saas.spec.ts#L596
1) [Chromium] › tests/e2e/specs/create_organization_saas.spec.ts:573:3 › Go through saas org creation process with authority key on small display
Error: Has disabled attribute
594 | await expect(bmsNext).toHaveDisabledAttribute();
595 | await fillIonInput(bmsContainer.locator('ion-input').nth(1), DEFAULT_USER_INFORMATION.password);
> 596 | await expect(bmsNext).toNotHaveDisabledAttribute();
| ^
597 |
598 | await bmsNext.click();
599 |
at /github/workspace/client/tests/e2e/specs/create_organization_saas.spec.ts:596:27
|
|
Merge playwright shard report
3 flaky
[Chromium] › tests/e2e/specs/create_organization_saas.spec.ts:573:3 › Go through saas org creation process with authority key on small display
[Chromium] › tests/e2e/specs/workspaces_actions.spec.ts:275:3 › Take workspace ownership with button
[Chromium] › tests/e2e/specs/workspaces_list.spec.ts:240:3 › Switch between tabs in small display
14 skipped
674 passed (19.3m)
|
background
wait
wait-all
cancel
parallel
Loading