Store controls in state #5080
Annotations
4 errors and 2 notices
Run Playwright tests:
tests/e2e-playwright/pages/admin/students/students.ts#L53
1) [chromium] › admin/students/students-management.spec.ts:40:6 › Students Management › it should add a student to a course
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-user-name="student60"]').locator('button[aria-label="Select an action"]')
at ../pages/admin/students/students.ts:53
51 | .locator( `[data-user-name="${ studentName }"]` )
52 | .locator( `button[aria-label="Select an action"]` )
> 53 | .click();
| ^
54 |
55 | return this.page.locator( `button:has-text("${ action }")` ).click();
56 | }
at StudentsPage.openStudentAction (/home/runner/work/***/***/tests/e2e-playwright/pages/admin/students/students.ts:53:5)
at /home/runner/work/***/***/tests/e2e-playwright/specs/admin/students/students-management.spec.ts:44:22
|
Run Playwright tests:
tests/e2e-playwright/pages/admin/students/students.ts#L53
1) [chromium] › admin/students/students-management.spec.ts:40:6 › Students Management › it should add a student to a course
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-user-name="student89"]').locator('button[aria-label="Select an action"]')
at ../pages/admin/students/students.ts:53
51 | .locator( `[data-user-name="${ studentName }"]` )
52 | .locator( `button[aria-label="Select an action"]` )
> 53 | .click();
| ^
54 |
55 | return this.page.locator( `button:has-text("${ action }")` ).click();
56 | }
at StudentsPage.openStudentAction (/home/runner/work/***/***/tests/e2e-playwright/pages/admin/students/students.ts:53:5)
at /home/runner/work/***/***/tests/e2e-playwright/specs/admin/students/students-management.spec.ts:44:22
|
Run Playwright tests:
tests/e2e-playwright/pages/admin/students/students.ts#L53
1) [chromium] › admin/students/students-management.spec.ts:40:6 › Students Management › it should add a student to a course
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
TimeoutError: locator.click: Timeout 10000ms exceeded.
Call log:
- waiting for locator('[data-user-name="student74"]').locator('button[aria-label="Select an action"]')
at ../pages/admin/students/students.ts:53
51 | .locator( `[data-user-name="${ studentName }"]` )
52 | .locator( `button[aria-label="Select an action"]` )
> 53 | .click();
| ^
54 |
55 | return this.page.locator( `button:has-text("${ action }")` ).click();
56 | }
at StudentsPage.openStudentAction (/home/runner/work/***/***/tests/e2e-playwright/pages/admin/students/students.ts:53:5)
at /home/runner/work/***/***/tests/e2e-playwright/specs/admin/students/students-management.spec.ts:44:22
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests with @setup annotation
5 passed (23.9s)
|
Run Playwright tests
1 failed
[chromium] › admin/students/students-management.spec.ts:40:6 › Students Management › it should add a student to a course
1 did not run
5 passed (1.3m)
|
Loading