DYN-8498: Add message to restart Dynamo after setting Import #381
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 ────────────────────────────────────────
|