Number of executed test cases: 219Number of passed test cases: 217Number of failed test cases: 2
Failed test cases (A maximum of 10 are listed below):
Testcase Name: MySKOV System Test - Integration API V2 - prod environment › SYS-INTAPIV2-5.33 - PUT "organizations/updateorganization/{customerNumber}" with correct authorization key, expect "204 - No Content"
Status: Failed
Error Information: [chromium] › systemtest/integrations-api-V2.spec.ts:3047:8 › MySKOV System Test - Integration API V2 - prod environment › SYS-INTAPIV2-5.33 - PUT "organizations/updateorganization/{customerNumber}" with correct authorization key, expect "204 - No Content" Error: expect(locator).toHaveText(expected) failed Locator: getByTestId('customers-list-owner-name-5768') Expected: "MSAT-INTAPIV2@5tmgs3ey.mailosaur.net" Received: "" Timeout: 10000ms Call log: - Expect "toHaveText" with timeout 10000ms - waiting for getByTestId('customers-list-owner-name-5768') 23 × locator resolved to
- unexpected value "" at ../support/functions/func_customers.ts:255 253 | await expect(page.getByTestId('customers-list-company-name-' + tableId)).toHaveText(company.companyName); 254 | if (ownerInvited === 'NotInvited') { > 255 | await expect(page.getByTestId('customers-list-owner-name-' + tableId)).toHaveText(ownerEMail); | ^ 256 | await expect(page.getByTestId('customers-list-invitation-status-' + tableId)).toHaveText('Owner not invited'); 257 | await expect(page.getByTestId('customers-list-invite-' + tableId)).toBeVisible(); 258 | } else if (ownerInvited === 'Waiting') { at customersCheckCustomer (/azp/_work/1/s/playwright/support/functions/func_customers.ts:255:78) at /azp/_work/1/s/playwright/e2e/systemtest/integrations-api-V2.spec.ts:3117:7 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium/test-failed-1.png ──────────────────────────────────────────────────────────────────────────────────────────────── Error Context: ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium/error-context.md Error Context: ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium/error-context.md attachment #4: trace (application/zip) ───────────────────────────────────────────────────────── ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium/trace.zip Usage: npx playwright show-trace ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium/trace.zip ──────────────────────────────────────────────────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toHaveText(expected) failed Locator: getByTestId('customers-list-owner-name-5768') Expected: "MSAT-INTAPIV2@5tmgs3ey.mailosaur.net" Received: "" Timeout: 10000ms Call log: - Expect "toHaveText" with timeout 10000ms - waiting for getByTestId('customers-list-owner-name-5768') 23 × locator resolved to
- unexpected value "" at ../support/functions/func_customers.ts:255 253 | await expect(page.getByTestId('customers-list-company-name-' + tableId)).toHaveText(company.companyName); 254 | if (ownerInvited === 'NotInvited') { > 255 | await expect(page.getByTestId('customers-list-owner-name-' + tableId)).toHaveText(ownerEMail); | ^ 256 | await expect(page.getByTestId('customers-list-invitation-status-' + tableId)).toHaveText('Owner not invited'); 257 | await expect(page.getByTestId('customers-list-invite-' + tableId)).toBeVisible(); 258 | } else if (ownerInvited === 'Waiting') { at customersCheckCustomer (/azp/_work/1/s/playwright/support/functions/func_customers.ts:255:78) at /azp/_work/1/s/playwright/e2e/systemtest/integrations-api-V2.spec.ts:3117:7 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium-retry1/test-failed-1.png ──────────────────────────────────────────────────────────────────────────────────────────────── Error Context: ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium-retry1/error-context.md Error Context: ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium-retry1/error-context.md attachment #4: trace (application/zip) ───────────────────────────────────────────────────────── ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium-retry1/trace.zip Usage: npx playwright show-trace ../test-results/systemtest-integrations-ap-5514a-ey-expect-204---No-Content--chromium-retry1/trace.zip ────────────────────────────────────────────────────────────────────────────────────────────────
Attachment: /azp/_work/1/s/playwright/screenshots/integrations-api-V2/6efa59b8-07a8-4e74-963e-866fda5d01d3.png

Testcase Name: MySKOV System Test - Products - prod environment › SYS-PRO-1.14 - Unauthenticated mode - Document viewer should not close if internet connection is lost
Status: Failed
Error Information: [chromium] › systemtest/products.spec.ts:1075:8 › MySKOV System Test - Products - prod environment › SYS-PRO-1.14 - Unauthenticated mode - Document viewer should not close if internet connection is lost Error: expect(locator).toBeVisible() failed Locator: getByTestId('document-viewer-dialog-content') Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByTestId('document-viewer-dialog-content') 1103 | await productsOfflineModeSetModeAndCheckStatusBar(context, page, 'online'); 1104 | // TEST STEP: Check that document is still open > 1105 | await expect(page.getByTestId('document-viewer-dialog-content')).toBeVisible(); | ^ 1106 | // TEST STEP: Close "Document viewer" 1107 | await page.getByTestId('document-viewer-dialog-title-onClose').click(); 1108 | await context.close(); at /azp/_work/1/s/playwright/e2e/systemtest/products.spec.ts:1105:72 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium/test-failed-1.png ──────────────────────────────────────────────────────────────────────────────────────────────── Error Context: ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium/error-context.md Error Context: ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium/error-context.md attachment #4: trace (application/zip) ───────────────────────────────────────────────────────── ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium/trace.zip Usage: npx playwright show-trace ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium/trace.zip ──────────────────────────────────────────────────────────────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect(locator).toBeVisible() failed Locator: getByTestId('document-viewer-dialog-content') Expected: visible Timeout: 10000ms Error: element(s) not found Call log: - Expect "toBeVisible" with timeout 10000ms - waiting for getByTestId('document-viewer-dialog-content') 1103 | await productsOfflineModeSetModeAndCheckStatusBar(context, page, 'online'); 1104 | // TEST STEP: Check that document is still open > 1105 | await expect(page.getByTestId('document-viewer-dialog-content')).toBeVisible(); | ^ 1106 | // TEST STEP: Close "Document viewer" 1107 | await page.getByTestId('document-viewer-dialog-title-onClose').click(); 1108 | await context.close(); at /azp/_work/1/s/playwright/e2e/systemtest/products.spec.ts:1105:72 attachment #1: screenshot (image/png) ────────────────────────────────────────────────────────── ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium-retry1/test-failed-1.png ──────────────────────────────────────────────────────────────────────────────────────────────── Error Context: ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium-retry1/error-context.md Error Context: ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium-retry1/error-context.md attachment #4: trace (application/zip) ───────────────────────────────────────────────────────── ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium-retry1/trace.zip Usage: npx playwright show-trace ../test-results/systemtest-products-MySKOV-3f28c-internet-connection-is-lost-chromium-retry1/trace.zip ────────────────────────────────────────────────────────────────────────────────────────────────
Attachment: /azp/_work/1/s/playwright/screenshots/products/6df86104-58ea-44b2-9577-24dc71d7bb74.png
