fix(settings): Fix AI regex #6816
playwright.yml
on: pull_request
Annotations
6 errors, 1 warning, and 10 notices
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
69 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
[default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files:
tests/playwright/e2e/files/files-delete.spec.ts#L52
1) [default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy-files-list-row-fileid]')
Expected: 0
Received: 3
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
5 × locator resolved to 5 elements
- unexpected value "5"
9 × locator resolved to 3 elements
- unexpected value "3"
Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
50 |
51 | await expect(filesListPage.getRows()).toHaveCount(0)
> 52 | }).toPass({ timeout: 30_000 })
| ^
53 | })
54 | })
55 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:52:6
|
|
[default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files:
tests/playwright/e2e/files/files-delete.spec.ts#L52
2) [default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
Error: expect(locator).toHaveCount(expected) failed
Locator: locator('[data-cy-files-list-row-fileid]')
Expected: 0
Received: 3
Timeout: 5000ms
Call log:
- Expect "toHaveCount" with timeout 5000ms
- waiting for locator('[data-cy-files-list-row-fileid]')
5 × locator resolved to 5 elements
- unexpected value "5"
9 × locator resolved to 3 elements
- unexpected value "3"
Call Log:
- Timeout 30000ms exceeded while waiting on the predicate
50 |
51 | await expect(filesListPage.getRows()).toHaveCount(0)
> 52 | }).toPass({ timeout: 30_000 })
| ^
53 | })
54 | })
55 |
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/files-delete.spec.ts:52:6
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/support/utils/password-confirmation.ts#L32
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Error: locator.waitFor: Test timeout of 45000ms exceeded.
Call log:
- waiting for locator('.modal-container:has-text("Authentication required")') to be hidden
69 × locator resolved to visible <div data-v-3c357e2d="" class="modal-container" id="modal-description-nc-vue-45">…</div>
at ../support/utils/password-confirmation.ts:32
30 |
31 | // Wait for the dialog to disappear
> 32 | await dialog.waitFor({ state: 'hidden' })
| ^
33 | }
34 |
at handlePasswordConfirmation (/home/runner/actions-runner/_work/server/server/tests/playwright/support/utils/password-confirmation.ts:32:15)
at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:205:3
|
|
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group:
tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts#L0
1) [admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
Test timeout of 45000ms exceeded.
|
|
Slow Test:
[default] › tests/playwright/e2e/settings/personal-info.spec.ts#L0
[default] › tests/playwright/e2e/settings/personal-info.spec.ts took 6.1m
|
|
🎭 Playwright Run Summary
7 passed (7.9m)
|
|
🎭 Playwright Run Summary
46 passed (12.9m)
|
|
🎭 Playwright Run Summary
44 passed (12.2m)
|
|
🎭 Playwright Run Summary
46 passed (14.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[admin-settings] › tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
47 passed (14.7m)
|
|
🎭 Playwright Run Summary
46 passed (14.9m)
|
|
🎭 Playwright Run Summary
46 passed (13.7m)
|
|
🎭 Playwright Run Summary
48 passed (16.4m)
|
|
🎭 Playwright Run Summary
1 flaky
[default] › tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
46 passed (16.5m)
|
|
🎭 Playwright Run Summary
2 flaky
[admin-settings] › tests/playwright/tests/playwright/e2e/appstore/admin-settings-apps.spec.ts:159:2 › Settings: App management › Limit app usage to group
[default] › tests/playwright/tests/playwright/e2e/files/files-delete.spec.ts:27:2 › Files: Delete › can delete multiple files
376 passed (19.2m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
blob-report-1
Expired
|
5.57 MB |
sha256:034c2f840bb1f7ecf5105e7657e326c87ac742bbd8a3e453e017f2aad3244115
|
|
|
blob-report-2
Expired
|
63.5 KB |
sha256:73febb159ba0b0017cf60b1b11b90cf48cbda27892183b769bb0a40c0adbec8f
|
|
|
blob-report-3
Expired
|
3.27 MB |
sha256:b218f03d317b6788d969eb79b96b18b1f3348f54ead6205d0e57d0b7d28b0904
|
|
|
blob-report-4
Expired
|
90.7 KB |
sha256:c764778c132968c009f54eee6eff6a88504b3da82baaf242dfcc546b10788841
|
|
|
blob-report-5
Expired
|
89.5 KB |
sha256:87ff78d4f312d22b03c232902b14873544d82c2bc65718a2ccaa35e8083795bf
|
|
|
blob-report-6
Expired
|
118 KB |
sha256:c5b5ec7a954165bea4d2a82faa9d8ae42eb026e757d8f98c39e2ec3ed614816f
|
|
|
blob-report-7
Expired
|
110 KB |
sha256:c231ac3c7412dcc546647b3ccb1e5eb93d8190315f0bc01b0f4a048c4e368e54
|
|
|
blob-report-8
Expired
|
83.7 KB |
sha256:19acdb6d71182ff89c791411d221409f9f3eb1cfe2523df3e2c68c3b3c32815c
|
|
|
blob-report-setup
Expired
|
14 KB |
sha256:9ab1d36a51dd91b538722dccde377501eca4291c997246593bd30f7cb83438d4
|
|
|
html-report--attempt-1
|
9.57 MB |
sha256:4278c762acf7f6ad1bf599a537901199eaa5b12a8383e644f6f034062a5d1d35
|
|