Support dark mode #1888
+435
−157
Open
Support dark mode #1888
Annotations
4 errors and 1 notice
Run Playwright tests:
tests/git-scm.spec.js#L113
1) [chrome] › tests/git-scm.spec.js:103:1 › search ───────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Show all results...')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Show all results...')
111 | // Expect the div to show up
112 | const showAllResults = page.getByText('Show all results...')
> 113 | await expect(showAllResults).toBeVisible()
| ^
114 |
115 | // Expect the first search result to be "git-commit"
116 | const searchResults = page.locator('#search-results')
at /home/runner/work/git-scm.com/git-scm.com/tests/git-scm.spec.js:113:32
|
Run Playwright tests:
tests/git-scm.spec.js#L113
1) [chrome] › tests/git-scm.spec.js:103:1 › search ───────────────────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Show all results...')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Show all results...')
111 | // Expect the div to show up
112 | const showAllResults = page.getByText('Show all results...')
> 113 | await expect(showAllResults).toBeVisible()
| ^
114 |
115 | // Expect the first search result to be "git-commit"
116 | const searchResults = page.locator('#search-results')
at /home/runner/work/git-scm.com/git-scm.com/tests/git-scm.spec.js:113:32
|
Run Playwright tests:
tests/git-scm.spec.js#L113
1) [chrome] › tests/git-scm.spec.js:103:1 › search ───────────────────────────────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Show all results...')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Show all results...')
111 | // Expect the div to show up
112 | const showAllResults = page.getByText('Show all results...')
> 113 | await expect(showAllResults).toBeVisible()
| ^
114 |
115 | // Expect the first search result to be "git-commit"
116 | const searchResults = page.locator('#search-results')
at /home/runner/work/git-scm.com/git-scm.com/tests/git-scm.spec.js:113:32
|
Run Playwright tests
Process completed with exit code 1.
|
Run Playwright tests
1 failed
[chrome] › tests/git-scm.spec.js:103:1 › search ────────────────────────────────────────────────
1 skipped
8 passed (29.3s)
|
Loading