Skip to content

DYN-8498: Add message to restart Dynamo after setting Import #381

DYN-8498: Add message to restart Dynamo after setting Import

DYN-8498: Add message to restart Dynamo after setting Import #381

Triggered via pull request February 11, 2026 23:22
@zeusongitzeusongit
synchronize #96
8498
Status Failure
Total duration 1m 16s
Artifacts

build.yml

on: pull_request
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: expect(locator).toContainText(expected) failed Locator: locator('.dynamicOptions') Expected substring: "Dynamo Core" Timeout: 5000ms Error: 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: expect(locator).toContainText(expected) failed Locator: locator('.dynamicOptions') Expected substring: "Dynamo Core" Timeout: 5000ms Error: 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: expect(locator).toContainText(expected) failed Locator: locator('.dynamicOptions') Expected substring: "Dynamo Core" Timeout: 5000ms Error: 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 ────────────────────────────────────────