E2E Tests #1090
e2e.yml
on: schedule
Get Versions 📜
/
Resolve Versions
2s
Matrix: e2e
Matrix: merge-e2e-reports
Annotations
65 errors, 19 warnings, and 5 notices
🧪 E2E Tests 💻 | development | webkit
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
🧪 E2E Tests 💻 | development | webkit
GitHub Actions has encountered an internal error when running your job.
|
🧪 E2E Tests 💻 | production | webkit
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
🧪 E2E Tests 💻 | production | webkit
GitHub Actions has encountered an internal error when running your job.
|
🧪 E2E Tests 💻 | staging | webkit
The macOS-12 environment is deprecated, consider switching to macOS-13, macOS-14 (macos-latest) or macOS-15. For more details, see https://github.com/actions/runner-images/issues/10721
|
🧪 E2E Tests 💻 | staging | webkit
GitHub Actions has encountered an internal error when running your job.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 60000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L1
2) [firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 60000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L258
2) [firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testRequestRedeployButton')
256 | const redeployModal = page.getByTestId('testShowRedeployModal');
257 | await expect(redeployModal).toBeHidden();
> 258 | await reqRedeployBtn.click();
| ^
259 | await expect(redeployModal).toBeVisible();
260 | await page.getByTestId('testCancelButton').click();
261 | await expect(redeployModal).toBeHidden();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:258:28
|
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L1
2) [firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L258
2) [firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testRequestRedeployButton')
256 | const redeployModal = page.getByTestId('testShowRedeployModal');
257 | await expect(redeployModal).toBeHidden();
> 258 | await reqRedeployBtn.click();
| ^
259 | await expect(redeployModal).toBeVisible();
260 | await page.getByTestId('testCancelButton').click();
261 | await expect(redeployModal).toBeHidden();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:258:28
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 60000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L1
2) [chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 60000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L258
2) [chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testRequestRedeployButton')
256 | const redeployModal = page.getByTestId('testShowRedeployModal');
257 | await expect(redeployModal).toBeHidden();
> 258 | await reqRedeployBtn.click();
| ^
259 | await expect(redeployModal).toBeVisible();
260 | await page.getByTestId('testCancelButton').click();
261 | await expect(redeployModal).toBeHidden();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:258:28
|
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L1
2) [chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident:
test/e2e/pages/dashboard.test.ts#L258
2) [chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByTestId('testRequestRedeployButton')
256 | const redeployModal = page.getByTestId('testShowRedeployModal');
257 | await expect(redeployModal).toBeHidden();
> 258 | await reqRedeployBtn.click();
| ^
259 | await expect(redeployModal).toBeVisible();
260 | await page.getByTestId('testCancelButton').click();
261 | await expect(redeployModal).toBeHidden();
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:258:28
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 150000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
🧪 E2E Tests 💻 | staging | firefox
The job running on runner GitHub Actions 26 has exceeded the maximum execution time of 60 minutes.
|
🧪 E2E Tests 💻 | staging | firefox
The operation was canceled.
|
🧪 E2E Tests 💻 | staging | chromium
The job running on runner GitHub Actions 56 has exceeded the maximum execution time of 60 minutes.
|
🧪 E2E Tests 💻 | staging | chromium
The operation was canceled.
|
🔄 Merge Playwright Reports | staging
Unable to find an artifact with the name: all-blob-reports-staging
|
🔄 Merge Playwright Reports | production
The job was canceled because "staging" failed.
|
🔄 Merge Playwright Reports | production
The operation was canceled.
|
🔄 Merge Playwright Reports | development
The job was canceled because "staging" failed.
|
🔄 Merge Playwright Reports | development
The operation was canceled.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L1
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 150000ms exceeded.
|
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @read @development @staging @production )`:
test/e2e/pages/dashboard.test.ts#L177
1) [chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
Retry #4 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.textContent: Test timeout of 150000ms exceeded.
Call log:
- waiting for getByTestId('testIncidentSelectorSelect').first().locator('.multiselect-single-label')
175 | const getIncidentSelectorTextContent = async (locator: Locator) => {
176 | const text =
> 177 | await getIncidentSelectorLabelLocator(locator).textContent();
| ^
178 | if (!text) {
179 | console.error(
180 | 'Incident Selector Text Content is invalid... Returning empty value',
at getIncidentSelectorTextContent (/home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:177:58)
at /home/runner/work/crisiscleanup-4-web/crisiscleanup-4-web/test/e2e/pages/dashboard.test.ts:189:15
|
Get Versions 📜 / Resolve Versions
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 E2E Tests 💻 | production | firefox
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[firefox] › pages/myOrganization.test.ts#L1
[firefox] › pages/myOrganization.test.ts took 32.7s
|
🧪 E2E Tests 💻 | production | chromium
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 E2E Tests 💻 | development | firefox
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[firefox] › pages/myOrganization.test.ts#L1
[firefox] › pages/myOrganization.test.ts took 1.1m
|
🧪 E2E Tests 💻 | development | chromium
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🧪 E2E Tests 💻 | staging | firefox
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
🧪 E2E Tests 💻 | staging | chromium
No files were found with the provided path: blob-report. No artifacts will be uploaded.
|
Aggregate Test Results
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🟢 Notify Success 🟢
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔴 Notify Failure 🔴
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🔄 Merge Playwright Reports | staging
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
[firefox] › pages/myOrganization.test.ts#L1
[firefox] › pages/myOrganization.test.ts took 1.1m
|
Slow Test:
[firefox] › pages/login.test.ts#L1
[firefox] › pages/login.test.ts took 20.8s
|
Slow Test:
[chromium] › pages/login.test.ts#L1
[chromium] › pages/login.test.ts took 16.6s
|
Slow Test:
[chromium] › pages/user-profile.test.ts#L1
[chromium] › pages/user-profile.test.ts took 16.0s
|
Slow Test:
[firefox] › pages/user-profile.test.ts#L1
[firefox] › pages/user-profile.test.ts took 16.0s
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "all-blob-reports-development", "all-blob-reports-production", "matrix-outputs".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
🎭 Playwright Run Summary
2 failed
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
1 skipped
29 passed (9.1m)
|
🎭 Playwright Run Summary
2 failed
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › PROD: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › PROD: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
2 flaky
[chromium] › authentication.test.ts:140:3 › Authentication › PROD: should redirect from login related unauthorized pages with existing session - `( @slow @primary @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:188:3 › MyOrganization › PROD: Organization Profile: should display all required elements - `( @primary @slow @READ @development @staging @production )`
1 skipped
27 passed (9.3m)
|
🎭 Playwright Run Summary
3 failed
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › DEV: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
[firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › DEV: should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
1 flaky
[firefox-setup] › auth.setup.ts:10:1 › DEV: authenticate as user - `( @primary @slow @READ @development @staging @production )`
1 skipped
27 passed (37.8m)
|
🎭 Playwright Run Summary
3 failed
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › DEV: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
[chromium] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › DEV: should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
2 flaky
[chromium-setup] › auth.setup.ts:10:1 › DEV: authenticate as user - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:262:3 › MyOrganization › DEV: Affiliated Organizations: should display all required elements - `( @secondary @slow @READ @development @staging @production )`
1 skipped
26 passed (44.4m)
|
🎭 Playwright Run Summary
6 failed
[chromium] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[chromium] › pages/dashboard.test.ts:236:3 › DashboardPage › DEV: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
[chromium] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › DEV: should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
[firefox] › pages/dashboard.test.ts:149:3 › DashboardPage › DEV: should have working incident selector - `( @slow @secondary @READ @development @staging @production )`
[firefox] › pages/dashboard.test.ts:236:3 › DashboardPage › DEV: should show/hide add incident, request redeploy & invite user modals correctly - `( @slow @secondary @READ @development @staging @production )`
[firefox] › pages/otherOrganizations.test.ts:20:3 › OtherOrganizations › DEV: should have visible data-testids - `( @primary @slow @READ @development @staging @production )`
3 flaky
[chromium-setup] › auth.setup.ts:10:1 › DEV: authenticate as user - `( @primary @slow @READ @development @staging @production )`
[chromium] › pages/myOrganization.test.ts:262:3 › MyOrganization › DEV: Affiliated Organizations: should display all required elements - `( @secondary @slow @READ @development @staging @production )`
[firefox-setup] › auth.setup.ts:10:1 › DEV: authenticate as user - `( @primary @slow @READ @development @staging @production )`
2 skipped
53 passed (44.4m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
all-blob-reports-development
|
95.3 MB |
|
all-blob-reports-production
|
43.6 MB |
|
matrix-outputs
|
52 Bytes |
|