PMM-7 styling fixes #31
Annotations
1 error, 2 warnings, and 1 notice
pmm-ui-tests/playwright-tests/api/helpers/portal-api-helper.ts#L41
1) [Portal Setup] › portal/testUsers.setup.ts:11:6 › Setup Portal tests › Generate new users and save to file
Error: apiRequestContext.post: Request timed out after 30000ms
=========================== logs ===========================
→ POST https://portal-dev.percona.com/v1/orgs/cd083116-ab28-4b55-af92-03fed08ff332/members
user-agent: Playwright/1.35.1 (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/portal-api-helper.ts:41
39 | console.log(`POST: ${constants.portal.url}${params.path}\nPayload: ${JSON.stringify(params.data)}`);
40 | return (await getRequestContext(params))
> 41 | .post(params.path, { data: params.data }).then(checkAndReturnResponse);
| ^
42 | },
43 |
44 | async put(params: RequestParams) {
at Object.post (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/api/helpers/portal-api-helper.ts:41:8)
at Object.createNewUsers (/home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/helpers/portal-helper.ts:59:5)
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:24:64
at /home/runner/work/pmm-ui-tests/pmm-ui-tests/pmm-ui-tests/playwright-tests/tests/portal/testUsers.setup.ts:23:3
|
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts#L1
pmm-ui-tests/playwright-tests/[Portal Setup] › portal/testUsers.setup.ts took 2.3m
|
pmm-ui-tests/playwright-tests/[Portal] › portal/connectPmm.spec.ts#L1
pmm-ui-tests/playwright-tests/[Portal] › portal/connectPmm.spec.ts took 54.5s
|
|
The logs for this run have expired and are no longer available.
Loading