Admin module Bootstrap5 conversion #560
ci.yml
on: pull_request
Unit/Acceptance tests
5m 28s
Annotations
2 errors and 1 notice
[chromium] › src/admin.test.ts:143:5 › Test that Cmfive Admin can create/run/rollback migrations:
test/playwright/src/admin.test.ts#L160
1) [chromium] › src/admin.test.ts:143:5 › Test that Cmfive Admin can create/run/rollback migrations
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Migration created')
Expected: visible
Received: hidden
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Migration created')
158 | await modal.locator("#name").fill(migration);
159 | await modal.getByRole("button", { name: "Save" }).click();
> 160 | await expect(page.getByText("Migration created")).toBeVisible();
| ^
161 |
162 | if (await page.locator("#admin table tr td", {hasText: migration}).count() != 1) {
163 | console.warn("Could not create migration " + migration + ", skipping tests");
at /home/runner/work/cmfive-core/cmfive-core/test/playwright/src/admin.test.ts:160:55
|
Unit/Acceptance tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › src/admin.test.ts:143:5 › Test that Cmfive Admin can create/run/rollback migrations
4 passed (27.9s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
test-output
Expired
|
2.35 MB |
|