PMM-7 fix portal pipeline #4212
Annotations
1 error, 2 warnings, and 1 notice
pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts#L76
1) [chromium] › rbac/rbac.spec.ts:58:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade › 2. Click on Configuration on the left menu and then select Access roles link
Error: Timed out 10000ms waiting for expect(received).toContainText(expected)
Expected string: "Full access"
Received string: ""
Call log:
- expect.toContainText with timeout 10000ms
- waiting for getByTestId('table-tbody')
74 |
75 | await test.step('2. Click on Configuration on the left menu and then select Access roles link', async () => {
> 76 | await expect(rbacPage.rbacTable.elements.body).toContainText(rbacPage.rbacTable.labels.fullAccess);
| ^
77 | });
78 |
79 | await test.step('3. Verify there is "Create" button', async () => {
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:76:54
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/rbac/rbac.spec.ts:75:16
|
pmm-ui-tests/[chromium] › rbac/rbac.spec.ts#L1
pmm-ui-tests/[chromium] › rbac/rbac.spec.ts took 3.6m
|
|
1 flaky
[chromium] › rbac/rbac.spec.ts:58:7 › Spec file for Access Control (RBAC) › PMM-T1573 Verify Access Roles tab on Configuration page @rbac @rbac-pre-upgrade
7 passed (3.7m)
|
The logs for this run have expired and are no longer available.
Loading