Skip to content

PMM-7 annotations push clean up #12

PMM-7 annotations push clean up

PMM-7 annotations push clean up #12

Triggered via push August 16, 2023 11:17
Status Failure
Total duration 13m 0s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention
Get versions  /  Get versions
1s
Get versions / Get versions
Matrix: Portal / Integration
Fit to window
Zoom out
Zoom in

Annotations

90 errors, 20 warnings, and 10 notices
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/3d15b6fb-76ef-4868-8996-36c3e1695154/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 81 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/3d15b6fb-76ef-4868-8996-36c3e1695154/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 79 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
5) [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:164:24
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/0167717d-0bb9-41e6-8bd0-108c001d0870/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 84 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/a4507121-0f1a-4c22-86ca-2ffb41ca3cb9/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 84 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/a4507121-0f1a-4c22-86ca-2ffb41ca3cb9/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 80 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
5) [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:164:24
[chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
6) [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/a4507121-0f1a-4c22-86ca-2ffb41ca3cb9/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 84 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/b3e2547a-2eb8-4a68-83d7-0d717be3bad1/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 77 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/b3e2547a-2eb8-4a68-83d7-0d717be3bad1/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 81 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/3e9f07cd-d61b-407c-9bd3-2e042087b796/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 78 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/components/toast.ts#L35
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: expect(received).toHaveText(expected) Expected string: "You have successfully disconnected this server from Percona Platform" Received string: "Internal server error." Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." at ../components/toast.ts:35 33 | 34 | await selectedToast.waitFor({ state: 'visible', timeout: options?.timeout || 30000 }); > 35 | await expect(selectedToast).toHaveText(message, { timeout: options?.assertionTimeout || config.expect?.timeout }); | ^ 36 | await this.closeButton(selectedToast).click(); 37 | await selectedToast.waitFor({ state: 'detached' }); 38 | }; at Toast.checkToastMessage (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/components/toast.ts:35:33) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:386:7 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:385:5
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/26207957-ef0f-44a1-ad55-8090103a1a76/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 85 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/26207957-ef0f-44a1-ad55-8090103a1a76/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 85 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
3) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 28 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
4) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/26207957-ef0f-44a1-ad55-8090103a1a76/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 79 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
Portal / Integration (2.34.0) / percona/pmm-server:2.34.0
Process completed with exit code 1.
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/components/toast.ts#L35
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: expect(received).toHaveText(expected) Expected string: "You have successfully disconnected this server from Percona Platform" Received string: "Internal server error." Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." at ../components/toast.ts:35 33 | 34 | await selectedToast.waitFor({ state: 'visible', timeout: options?.timeout || 30000 }); > 35 | await expect(selectedToast).toHaveText(message, { timeout: options?.assertionTimeout || config.expect?.timeout }); | ^ 36 | await this.closeButton(selectedToast).click(); 37 | await selectedToast.waitFor({ state: 'detached' }); 38 | }; at Toast.checkToastMessage (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/components/toast.ts:35:33) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:386:7 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:385:5
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L375
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 15000ms exceeded. =========================== logs =========================== waiting for getByTestId('connected-wrapper') to be visible ============================================================ 373 | await grafanaHelper.authorize(page); 374 | await page.goto(platformPage.perconaPlatformURL); > 375 | await platformPage.connectedContainer.waitFor({ state: 'visible' }); | ^ 376 | }); 377 | 378 | await test.step('2. Force disconnect from the platform.', async () => { at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:375:45 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:372:5
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L375
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 15000ms exceeded. =========================== logs =========================== waiting for getByTestId('connected-wrapper') to be visible ============================================================ 373 | await grafanaHelper.authorize(page); 374 | await page.goto(platformPage.perconaPlatformURL); > 375 | await platformPage.connectedContainer.waitFor({ state: 'visible' }); | ^ 376 | }); 377 | 378 | await test.step('2. Force disconnect from the platform.', async () => { at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:375:45 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:372:5
[chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/9748883a-7f5d-44d3-9c94-875664c55a18/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 78 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/9748883a-7f5d-44d3-9c94-875664c55a18/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 80 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: Failed to execute portal request. Error: 500 Internal Server Error at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:37:16
[chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
3) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 28 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
Portal / Integration (2.32.0) / percona/pmm-server:2.32.0
Process completed with exit code 1.
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/0827671f-094b-4abf-be77-9077b2a77894/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 78 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/0827671f-094b-4abf-be77-9077b2a77894/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 79 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
5) [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:164:24
[chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L200
6) [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: expect(received).toHaveText(expected) Expected string: "Login with Percona Account to access this content" Received string: "" Call log: - expect.toHaveText with timeout 5000ms - waiting for getByTestId('not-platform-user') - unexpected value "undefined" - waiting for getByTestId('not-platform-user') - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" - unexpected value "undefined" 198 | await page.goto(ticketsPage.ticketsUrl); 199 | if (pmmVersion >= 28) { > 200 | await expect(ticketsPage.elements.notPlatformUser).toHaveText(ticketsPage.messages.loginWithPercona); | ^ 201 | } else { 202 | await expect(ticketsPage.elements.emptyBlock).toHaveText(ticketsPage.messages.notConnectedToThePortal); 203 | } at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:200:62 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:197:7
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/components/toast.ts#L35
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Error: expect(received).toHaveText(expected) Expected string: "You have successfully disconnected this server from Percona Platform" Received string: "Internal server error." Call log: - expect.toHaveText with timeout 5000ms - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - waiting for locator('xpath=//div[contains(@data-testid, "Alert") or contains(@aria-label, "Alert")]') - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." - locator resolved to <div role="alert" class="css-14ka8ii" data-testid="da…>…</div> - unexpected value "Internal server error." at ../components/toast.ts:35 33 | 34 | await selectedToast.waitFor({ state: 'visible', timeout: options?.timeout || 30000 }); > 35 | await expect(selectedToast).toHaveText(message, { timeout: options?.assertionTimeout || config.expect?.timeout }); | ^ 36 | await this.closeButton(selectedToast).click(); 37 | await selectedToast.waitFor({ state: 'detached' }); 38 | }; at Toast.checkToastMessage (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/components/toast.ts:35:33) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:386:7 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:385:5
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L375
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 15000ms exceeded. =========================== logs =========================== waiting for getByTestId('connected-wrapper') to be visible ============================================================ 373 | await grafanaHelper.authorize(page); 374 | await page.goto(platformPage.perconaPlatformURL); > 375 | await platformPage.connectedContainer.waitFor({ state: 'visible' }); | ^ 376 | }); 377 | 378 | await test.step('2. Force disconnect from the platform.', async () => { at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:375:45 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:372:5
[chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L375
1) [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.waitFor: Timeout 15000ms exceeded. =========================== logs =========================== waiting for getByTestId('connected-wrapper') to be visible ============================================================ 373 | await grafanaHelper.authorize(page); 374 | await page.goto(platformPage.perconaPlatformURL); > 375 | await platformPage.connectedContainer.waitFor({ state: 'visible' }); | ^ 376 | }); 377 | 378 | await test.step('2. Force disconnect from the platform.', async () => { at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:375:45 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:372:5
[chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 28 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
[chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 28 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:31:23
Portal / Integration (2.33.0) / percona/pmm-server:2.33.0
Process completed with exit code 1.
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/connectPMM.spec.ts:156: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: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
1) [chromium] › portal/connectPMM.spec.ts:156: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 Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:166:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/connectPMM.spec.ts:165:18
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/145ee2bd-8037-4b59-9b8c-acb0b8b7a34a/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 85 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
[chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts#L62
2) [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- TypeError: Cannot read properties of undefined (reading 'role') 60 | const foundTechnicalUser = users.find((user: any) => user.email === technicalUser.email); 61 | > 62 | expect(foundAdmin1User.role).toEqual('Admin'); | ^ 63 | expect(foundAdmin2User.role).toEqual('Admin'); 64 | expect(foundTechnicalUser.role).toEqual('Viewer'); 65 | }); at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:62:28
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
3) [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:82:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:81:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/pages/SignIn.page.ts#L40
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #1 --------------------------------------------------------------------------------------- locator.click: Timeout 15000ms exceeded. =========================== logs =========================== waiting for locator('xpath=//*[@href="login/generic_oauth"]') ============================================================ at ../pages/SignIn.page.ts:40 38 | const oktaSignInPage = new OktaSignInPage(this.page); 39 | > 40 | await this.buttons.oktaLogin.click(); | ^ 41 | await oktaSignInPage.fields.username.type(username); 42 | await oktaSignInPage.buttons.next.click(); 43 | await oktaSignInPage.fields.password.type(password); at SignInPage.oktaLogin (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/pages/SignIn.page.ts:40:34) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:122:26 at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:121:18
[chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade: pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts#L6
4) [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade Retry #2 --------------------------------------------------------------------------------------- Error: Failed to execute portal request. Error: Error: apiRequestContext.post: Request timed out after 30000ms =========================== logs =========================== → POST https://portal-dev.percona.com/v1/orgs/145ee2bd-8037-4b59-9b8c-acb0b8b7a34a/members user-agent: Playwright/1.30.0 (x64; ubuntu 22.04) node/18.17 CI/1 accept: */* accept-encoding: gzip,deflate,br authorization: *** content-type: application/json content-length: 81 ============================================================ at ../api/helpers/portalApiHelper.ts:6 4 | 5 | const throwPortalRequestError = (e: string) => { > 6 | throw new Error(`Failed to execute portal request. Error: ${e}`); | ^ 7 | }; 8 | 9 | const checkAndReturnResponse = (r: APIResponse) => { at throwPortalRequestError (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portalApiHelper.ts:6:9) at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/postPmmConnect.spec.ts:48:5
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 1.5m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.1m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 1.9m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 46.5s
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 1.4m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 35.1s
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 1.4m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.3m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 1.7m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.2m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 2.6m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.7m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 3.4m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.3m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 2.2m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 29.3s
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 4.0m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.6m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/postPmmConnect.spec.ts took 4.5m
Slow Test: pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts#L1
pmm-ui-tests/playwright-tests/[chromium] › portal/connectPMM.spec.ts took 1.3m
🎭 Playwright Run Summary
7 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:213:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 8 skipped 1 passed (5.1m)
🎭 Playwright Run Summary
7 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:213:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 1 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade 8 skipped
🎭 Playwright Run Summary
6 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 1 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade 9 skipped
🎭 Playwright Run Summary
6 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 9 skipped 1 passed (5.4m)
🎭 Playwright Run Summary
6 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 9 skipped 1 passed (5.6m)
🎭 Playwright Run Summary
2 failed [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade 2 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade 12 passed (6.8m)
🎭 Playwright Run Summary
2 failed [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:392:7 › Spec file for PMM connected the portal › PMM-T1247 Verify user cannot access platform functionality when PMM is not connected to the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade 1 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade 13 passed (6.9m)
🎭 Playwright Run Summary
8 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:213:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:247:7 › Spec file for PMM connected the portal › PMM-T1170 Verify PMM user that is not logged in with SSO can NOT see Contacts for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade 1 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade 7 skipped
🎭 Playwright Run Summary
1 failed [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade 1 flaky [chromium] › portal/connectPMM.spec.ts:43:7 › Spec file for connecting PMM to the portal › PMM-T398 Verify Percona Platform elements on PMM Settings Page @portal @pre-pmm-portal-upgrade 14 passed (7.5m)
🎭 Playwright Run Summary
12 failed [chromium] › portal/connectPMM.spec.ts:156: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 [chromium] › portal/postPmmConnect.spec.ts:56:7 › Spec file for PMM connected the portal › Verify user roles are untouched after PMM server upgrade @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:67:7 › Spec file for PMM connected the portal › PMM-T1132 Verify PMM user logged in using SSO and member of SN account is able to see tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:112:7 › Spec file for PMM connected the portal › PMM-T1152 Verify user logged in using SSO and is a member of SN account is able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:148:7 › Spec file for PMM connected the portal › PMM-T1222 Verify user can see the contacts from Percona @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:181:7 › Spec file for PMM connected the portal › PMM-T1147 Verify PMM user that is not logged in with SSO can NOT see Tickets for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:213:7 › Spec file for PMM connected the portal › PMM-T1154 Verify PMM user that is not logged in with SSO can NOT see Entitlements for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:247:7 › Spec file for PMM connected the portal › PMM-T1170 Verify PMM user that is not logged in with SSO can NOT see Contacts for organization @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:270:7 › Spec file for PMM connected the portal › PMM-T1148 Verify PMM user logged in using SSO and member of organization in Portal BUT not a SN account is NOT able to see Tickets @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:298:7 › Spec file for PMM connected the portal › PMM-T1153 Verify user logged in using SSO and is not a member of SN account is NOT able to see Entitlements @not-ui-pipeline @portal @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:327:7 › Spec file for PMM connected the portal › PMM-T1112 Verify user can disconnect pmm from portal success flow @portal @not-ui-pipeline @post-pmm-portal-upgrade [chromium] › portal/postPmmConnect.spec.ts:366:7 › Spec file for PMM connected the portal › PMM-T1264 Verify that pmm admin user can force disconnect pmm from the portal. @not-ui-pipeline @portal @post-pmm-portal-upgrade 2 skipped 2 passed (8.8m)

Artifacts

Produced during runtime
Name Size
portal-report Expired
136 MB