[MS] Fixed error when trying to create a SaaS org with an incorrect account #22230
ci.yml
on: pull_request
dispatch
4s
Matrix: rust / test-rust-non-linux
Waiting for pending jobs
web
/
🌐 Web tests
13m 40s
docs
/
Build & Check documentations
python
/
(🐧 Linux only): 🐍 Python server tests
rust
/
🐧 Linux: 🦀 Rust tests
⭐ CI is happy ⭐
0s
Annotations
3 errors, 1 warning, and 1 notice
[Google Chrome] › specs/client_area_invoices_page.spec.ts:54:1 › List the invoices generic error:
client/tests/e2e/specs/client_area_invoices_page.spec.ts#L1
1) [Google Chrome] › specs/client_area_invoices_page.spec.ts:54:1 › List the invoices generic error
Test timeout of 30000ms exceeded while setting up "home".
|
[Google Chrome] › specs/client_area_invoices_page.spec.ts:54:1 › List the invoices generic error:
client/tests/e2e/helpers/fixtures.ts#L33
1) [Google Chrome] › specs/client_area_invoices_page.spec.ts:54:1 › List the invoices generic error
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://localhost:8080/", waiting until "load"
at helpers/fixtures.ts:33
31 | (window as any).TESTING = true;
32 | });
> 33 | await page.goto('/');
| ^
34 | await page.waitForLoadState('domcontentloaded');
35 |
36 | await expect(page.locator('#app')).toHaveAttribute('app-state', 'initializing');
at Object.home (/home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/helpers/fixtures.ts:33:16)
|
[Google Chrome] › specs/file_details.spec.ts:17:3 › Show folder details:
client/tests/e2e/specs/file_details.spec.ts#L27
2) [Google Chrome] › specs/file_details.spec.ts:17:3 › Show folder details ───────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('.folder-container').getByRole('listitem').first().locator('.file-lastUpdate')
Expected pattern: /^((?:one|\d{1,2}) minutes? ago|< 1 minute)$/
Received string: "now"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('.folder-container').getByRole('listitem').first().locator('.file-lastUpdate')
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
- locator resolved to <div data-v-f8f603dc="" class="file-lastUpdate">…</div>
- unexpected value "now"
25 | await expect(files).toHaveCount(10);
26 | await expect(files.nth(testData.index).locator('.file-name').locator('.file-name__label')).toHaveText(new RegExp(`^${nameMatcher}$`));
> 27 | await expect(files.nth(testData.index).locator('.file-lastUpdate')).toHaveText(/^((?:one|\d{1,2}) minutes? ago|< 1 minute)$/);
| ^
28 | expect(connected.locator('.file-context-menu')).toBeHidden();
29 | expect(connected.locator('.file-details-modal')).toBeHidden();
30 |
at /home/runner/work/parsec-cloud/parsec-cloud/client/tests/e2e/specs/file_details.spec.ts:27:73
|
⭐ CI is happy ⭐
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
2 flaky
[Google Chrome] › specs/client_area_invoices_page.spec.ts:54:1 › List the invoices generic error
[Google Chrome] › specs/file_details.spec.ts:17:3 › Show folder details ────────────────────────
251 passed (9.5m)
|