Skip to content

Update App.js

Update App.js #380

Triggered via push February 11, 2026 23:22
Status Failure
Total duration 4m 10s
Artifacts

build.yml

on: push
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
build (22.x)
Process completed with exit code 1.
[chromium] › tests/e2e.test.js:6:3 › SplashScreen › app: tests/e2e.test.js#L19
1) [chromium] › tests/e2e.test.js:6:3 › SplashScreen › app ─────────────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('.dynamicOptions') Expected string: "Dynamo Core" Received: <element(s) not found> Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.dynamicOptions') 17 | 18 | const dynamicOptions = page.locator('.dynamicOptions'); > 19 | await expect(dynamicOptions).toContainText('Dynamo Core'); | ^ 20 | 21 | const progressBarContainer = page.locator('.progress-bar-container'); 22 | await expect(progressBarContainer).toBeVisible; at /home/runner/work/SplashScreen/SplashScreen/tests/e2e.test.js:19:34
[chromium] › tests/e2e.test.js:6:3 › SplashScreen › app: tests/e2e.test.js#L19
1) [chromium] › tests/e2e.test.js:6:3 › SplashScreen › app ─────────────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('.dynamicOptions') Expected string: "Dynamo Core" Received: <element(s) not found> Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.dynamicOptions') 17 | 18 | const dynamicOptions = page.locator('.dynamicOptions'); > 19 | await expect(dynamicOptions).toContainText('Dynamo Core'); | ^ 20 | 21 | const progressBarContainer = page.locator('.progress-bar-container'); 22 | await expect(progressBarContainer).toBeVisible; at /home/runner/work/SplashScreen/SplashScreen/tests/e2e.test.js:19:34
[chromium] › tests/e2e.test.js:6:3 › SplashScreen › app: tests/e2e.test.js#L19
1) [chromium] › tests/e2e.test.js:6:3 › SplashScreen › app ─────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toContainText(expected) Locator: locator('.dynamicOptions') Expected string: "Dynamo Core" Received: <element(s) not found> Call log: - expect.toContainText with timeout 5000ms - waiting for locator('.dynamicOptions') 17 | 18 | const dynamicOptions = page.locator('.dynamicOptions'); > 19 | await expect(dynamicOptions).toContainText('Dynamo Core'); | ^ 20 | 21 | const progressBarContainer = page.locator('.progress-bar-container'); 22 | await expect(progressBarContainer).toBeVisible; at /home/runner/work/SplashScreen/SplashScreen/tests/e2e.test.js:19:34
🎭 Playwright Run Summary
1 failed [chromium] › tests/e2e.test.js:6:3 › SplashScreen › app ────────────────────────────────────────