PMM-7 debug clean up #28
Annotations
2 errors, 2 warnings, and 1 notice
pmm-ui-tests/playwright-tests/pages/login.page.ts#L36
1) [Portal] › portal/connectPmm.spec.ts:114:7 › Spec file for connecting PMM to the portal › PMM-T1098 Verify All org users can login in connected PMM server @not-ui-pipeline @portal @pre-pmm-portal-upgrade @post-pmm-portal-upgrade › 1. Login as admin user that created the org.
TimeoutError: locator.click: Timeout 15000ms exceeded.
=========================== logs ===========================
waiting for locator('xpath=//*[@href="login/generic_oauth"]')
============================================================
at ../pages/login.page.ts:36
34 |
35 | oktaLogin = async (username: string, password: string) => {
> 36 | await this.buttons.oktaLogin.click();
| ^
37 | await this.elements.oktaLogin.usernameInput.type(username);
38 | await this.elements.oktaLogin.nextButton.click();
39 | await this.elements.oktaLogin.passwordInput.type(password);
at LoginPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/login.page.ts:36:34)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPmm.spec.ts:123:25
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPmm.spec.ts:122:18
|
|
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts#L1
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts took 1.5m
|
pmm-ui-tests/playwright-tests/[Portal] › portal/connectPmm.spec.ts#L1
pmm-ui-tests/playwright-tests/[Portal] › portal/connectPmm.spec.ts took 37.8s
|
1 failed
[Portal] › portal/connectPmm.spec.ts:114:7 › Spec file for connecting PMM to the portal › PMM-T1098 Verify All org users can login in connected PMM server @not-ui-pipeline @portal @pre-pmm-portal-upgrade @post-pmm-portal-upgrade
13 skipped
3 passed (2.3m)
|
The logs for this run have expired and are no longer available.
Loading