Files
gridpilot.gg/test_output.txt
Marc Mintel 844092eb8c
Some checks failed
CI / lint-typecheck (pull_request) Failing after 13s
CI / tests (pull_request) Has been skipped
CI / contract-tests (pull_request) Has been skipped
CI / e2e-tests (pull_request) Has been skipped
CI / comment-pr (pull_request) Has been skipped
CI / commit-types (pull_request) Has been skipped
code quality
2026-01-27 18:29:33 +01:00

37 lines
1.7 KiB
Plaintext
Raw Permalink Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
Running 37 tests using 1 worker
✘ 1 [chromium] tests/e2e/leaderboards/leaderboards-drivers.spec.ts:24:7 Driver Rankings Page User sees a comprehensive list of all drivers (7.3s)
Testing stopped early after 1 maximum allowed failures.
1) [chromium] tests/e2e/leaderboards/leaderboards-drivers.spec.ts:24:7 Driver Rankings Page User sees a comprehensive list of all drivers
Error: expect(locator).toBeVisible() failed
Locator: locator('[data-testid^="standing-driver-"]').first()
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
 - Expect "toBeVisible" with timeout 5000ms
 - waiting for locator('[data-testid^="standing-driver-"]').first()
24 | test('User sees a comprehensive list of all drivers', async ({ authenticatedDriver: page }) => {
25 | const drivers = page.locator('[data-testid^="standing-driver-"]');
> 26 | await expect(drivers.first()).toBeVisible();
| ^
27 |
28 | const firstDriver = drivers.first();
29 | await expect(firstDriver.locator('[data-testid="driver-name"]')).toBeVisible();
at /Users/marcmintel/Projects/gridpilot/tests/e2e/leaderboards/leaderboards-drivers.spec.ts:26:35
Error Context: test-results/e2e-leaderboards-leaderboa-537a7-hensive-list-of-all-drivers-chromium/error-context.md
1 failed
[chromium] tests/e2e/leaderboards/leaderboards-drivers.spec.ts:24:7 Driver Rankings Page User sees a comprehensive list of all drivers
36 did not run
1 error was not a part of any test, see above for details