v3.35.1 Release Notes (#7207) #3
Annotations
5 errors and 1 notice
|
|
|
src\test\e2e\diff.test.ts#L23
2) [e2e tests] › src\test\e2e\diff.test.ts:9:5 › Diff Editor › Multi-Roots ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('API Request...')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('API Request...')
21 |
22 | // Loading State initially
> 23 | await expect(sidebar.getByText("API Request...")).toBeVisible()
| ^
24 |
25 | // Back to home page with history
26 | await sidebar.getByRole("button", { name: "Start New Task" }).click()
at D:\a\cline\cline\src\test\e2e\diff.test.ts:23:54
|
|
src\test\e2e\diff.test.ts#L23
2) [e2e tests] › src\test\e2e\diff.test.ts:9:5 › Diff Editor › Multi-Roots ───────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('API Request...')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('API Request...')
21 |
22 | // Loading State initially
> 23 | await expect(sidebar.getByText("API Request...")).toBeVisible()
| ^
24 |
25 | // Back to home page with history
26 | await sidebar.getByRole("button", { name: "Start New Task" }).click()
at D:\a\cline\cline\src\test\e2e\diff.test.ts:23:54
|
|
src\test\e2e\diff.test.ts#L23
1) [e2e tests] › src\test\e2e\diff.test.ts:9:5 › Diff Editor › Single Root ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('API Request...')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('API Request...')
21 |
22 | // Loading State initially
> 23 | await expect(sidebar.getByText("API Request...")).toBeVisible()
| ^
24 |
25 | // Back to home page with history
26 | await sidebar.getByRole("button", { name: "Start New Task" }).click()
at D:\a\cline\cline\src\test\e2e\diff.test.ts:23:54
|
|
src\test\e2e\diff.test.ts#L23
1) [e2e tests] › src\test\e2e\diff.test.ts:9:5 › Diff Editor › Single Root ───────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('API Request...')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('API Request...')
21 |
22 | // Loading State initially
> 23 | await expect(sidebar.getByText("API Request...")).toBeVisible()
| ^
24 |
25 | // Back to home page with history
26 | await sidebar.getByRole("button", { name: "Start New Task" }).click()
at D:\a\cline\cline\src\test\e2e\diff.test.ts:23:54
|
|
|
The logs for this run have expired and are no longer available.
Loading