Be oh-so-inclusive with the review terminology #14489
test-e2e-playwright.yml
on: pull_request
e2e-playwright
7m 21s
Annotations
2 errors and 1 notice
|
[chromium] › playwright/tests/commitActions.spec.ts:177:1 › should be able to commit a git submodule:
playwright/tests/commitActions.spec.ts#L200
2) [chromium] › playwright/tests/commitActions.spec.ts:177:1 › should be able to commit a git submodule
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('file-list-item').filter({ hasText: '.gitmodules' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByTestId('file-list-item').filter({ hasText: '.gitmodules' })
198 | const gitmodulesFile = getByTestId(page, 'file-list-item').filter({ hasText: '.gitmodules' });
199 | const submoduleDir = getByTestId(page, 'file-list-item').filter({ hasText: 'my-submodule' });
> 200 | await expect(gitmodulesFile).toBeVisible();
| ^
201 | await expect(submoduleDir).toBeVisible();
202 |
203 | // Start committing the submodule
at /__w/gitbutler/gitbutler/e2e/playwright/tests/commitActions.spec.ts:200:31
|
|
[chromium] › playwright/tests/commitActions.spec.ts:117:1 › should be able to commit a binary file:
playwright/tests/commitActions.spec.ts#L140
1) [chromium] › playwright/tests/commitActions.spec.ts:117:1 › should be able to commit a binary file
Error: expect(locator).toBeVisible() failed
Locator: getByTestId('file-list-item').filter({ hasText: 'lesh0.jpg' })
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByTestId('file-list-item').filter({ hasText: 'lesh0.jpg' })
138 | // The binary file should appear in the uncommitted changes
139 | const fileLocator = getByTestId(page, 'file-list-item').filter({ hasText: 'lesh0.jpg' });
> 140 | await expect(fileLocator).toBeVisible();
| ^
141 |
142 | // Start committing the binary file
143 | await clickByTestId(page, 'start-commit-button');
at /__w/gitbutler/gitbutler/e2e/playwright/tests/commitActions.spec.ts:140:28
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › playwright/tests/commitActions.spec.ts:117:1 › should be able to commit a binary file
[chromium] › playwright/tests/commitActions.spec.ts:177:1 › should be able to commit a git submodule
43 passed (3.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
65.6 MB |
sha256:f2b337ba131856c3b2ba69304747c589ad22466fdcecb9ed5e7032bdd2da5ba3
|
|