Skip to content

Commit 2451861

Browse files
committed
04/02: add failed test error message to exercise description
1 parent e085649 commit 2451861

File tree

1 file changed

+13
-1
lines changed
  • exercises/04.debugging/02.problem.trace-viewer

1 file changed

+13
-1
lines changed

exercises/04.debugging/02.problem.trace-viewer/README.mdx

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,19 @@
22

33
## Your task
44

5-
👨‍💼 Another exercise, another task to solve! In this one, the <InlineFile name="./tests/e2e/notes-create.test.ts">`tests/e2e/notes-create.test.ts`</InlineFile> test is _failing_ on CI. But if you run it locally, it seems perfectly fine (don't get my word for it, verify that by yourself!).
5+
👨‍💼 Another exercise, another task to solve! In this one, the <InlineFile name="./tests/e2e/notes-create.test.ts">`tests/e2e/notes-create.test.ts`</InlineFile> test is _failing_ on CI.
6+
7+
```
8+
Test timeout of 15000ms exceeded.
9+
10+
@notes-create.test.ts:10
11+
12+
Error: locator.click: Test timeout of 15000ms exceeded.
13+
Call log:
14+
- waiting for getByRole('button', { name: 'Submit' })
15+
```
16+
17+
But if you run it locally, it seems perfectly fine (don't get my word for it, verify that by yourself!).
618

719
Your goal is to dug deeper and figure out why is this test failing only on CI. To help you do that, I'm including a _trace_ of the failed CI test in the `trace.zip` archive. It will be a crucial element to help you uncover the root cause of the issue.
820

0 commit comments

Comments
 (0)