fix(deps): update dependency @nextcloud/vue to ^8.37.0 (main) #54
playwright.yml
on: pull_request
Matrix: playwright
playwright-summary
6s
Annotations
7 errors, 1 warning, and 2 notices
|
[chromium] βΊ playwright/e2e/tables-sharing-link.spec.ts:81:2 βΊ Public link sharing βΊ Create:
playwright/e2e/tables-sharing-link.spec.ts#L122
4) [chromium] βΊ playwright/e2e/tables-sharing-link.spec.ts:81:2 βΊ Public link sharing βΊ Create, access and delete a password protected public link share
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-cy="publicTableElement"]')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('[data-cy="publicTableElement"]')
120 | await expect(submitBtn).toBeEnabled({ timeout: 5000 })
121 | await submitBtn.click()
> 122 | await expect(publicPage.locator('[data-cy="publicTableElement"]')).toBeVisible()
| ^
123 | await publicContext.close()
124 |
125 | // Login again to delete share
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-sharing-link.spec.ts:122:70
|
|
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views:
playwright/support/commands.ts#L397
3) [chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views
Error: expect(locator).toBeHidden() failed
Locator: locator('.icon-loading').first()
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for locator('.icon-loading').first()
- locator resolved to <div class="icon-loading"></div>
- unexpected value "visible"
at support/commands.ts:397
395 | .last()
396 | await navigateViaNavLink(page, tableLink)
> 397 | await expect(page.locator('.icon-loading').first()).toBeHidden()
| ^
398 | }
399 |
400 | export async function getTutorialTableName(page: Page) {
at loadTable (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:397:54)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/tables-favorite.spec.ts:67:3
|
|
[chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions:
playwright/support/commands.ts#L425
2) [chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: expect(locator).toBeHidden() failed
Locator: locator('.icon-loading').first()
Expected: hidden
Received: visible
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for locator('.icon-loading').first()
- locator resolved to <div data-v-d92b8779="" class="icon-loading"></div>
- unexpected value "visible"
at support/commands.ts:425
423 | const contextLink = contextItem.locator('a').first()
424 | await navigateViaNavLink(page, contextLink)
> 425 | await expect(page.locator('.icon-loading').first()).toBeHidden()
| ^
426 | }
427 |
428 | export async function unifiedSearch(page: Page, term: string) {
at loadContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:425:54)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:293:3
|
|
[chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions:
playwright/e2e/context.spec.ts#L0
2) [chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions:
playwright/support/commands.ts#L425
2) [chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions
Error: expect(locator).toBeHidden() failed
Locator: locator('.icon-loading').first()
Expected: hidden
Received: visible
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for locator('.icon-loading').first()
2 Γ locator resolved to <div data-v-d92b8779="" class="icon-loading"></div>
- unexpected value "visible"
at support/commands.ts:425
423 | const contextLink = contextItem.locator('a').first()
424 | await navigateViaNavLink(page, contextLink)
> 425 | await expect(page.locator('.icon-loading').first()).toBeHidden()
| ^
426 | }
427 |
428 | export async function unifiedSearch(page: Page, term: string) {
at loadContext (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:425:54)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/context.spec.ts:293:3
|
|
[chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions:
playwright/e2e/context.spec.ts#L0
2) [chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions
Test timeout of 60000ms exceeded.
|
|
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked:
playwright/support/commands.ts#L397
1) [chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked
Error: expect(locator).toBeHidden() failed
Locator: locator('.icon-loading').first()
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for locator('.icon-loading').first()
- locator resolved to <div class="icon-loading"></div>
- unexpected value "visible"
at support/commands.ts:397
395 | .last()
396 | await navigateViaNavLink(page, tableLink)
> 397 | await expect(page.locator('.icon-loading').first()).toBeHidden()
| ^
398 | }
399 |
400 | export async function getTutorialTableName(page: Page) {
at loadTable (/home/runner/actions-runner/_work/tables/tables/playwright/support/commands.ts:397:54)
at /home/runner/actions-runner/_work/tables/tables/playwright/e2e/column-selection-check.spec.ts:37:3
|
|
Playwright (stable33)
No files were found with the provided path: playwright/test-results/
test-results/. No artifacts will be uploaded.
|
|
π Playwright Run Summary
4 flaky
[chromium] βΊ playwright/e2e/column-selection-check.spec.ts:34:2 βΊ Test column check βΊ Insert and test rows - default value checked
[chromium] βΊ playwright/e2e/context.spec.ts:250:2 βΊ Manage a context βΊ Modify context resources and their permissions
[chromium] βΊ playwright/e2e/tables-favorite.spec.ts:65:2 βΊ Favorite tables/views βΊ can favorite and unfavorite views
[chromium] βΊ playwright/e2e/tables-sharing-link.spec.ts:81:2 βΊ Public link sharing βΊ Create, access and delete a password protected public link share
69 passed (13.6m)
|
|
π Playwright Run Summary
73 passed (13.6m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-results-master
Expired
|
35.8 MB |
sha256:13ca4c386be1b18ed973dfa638ae9f800ce4eeb38d6b150d44b0b293ae010b6e
|
|