Skip to content

Commit dd2606c

Browse files
committed
Update the test logs link
1 parent 85df07b commit dd2606c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sections/testing-perks/tests-as-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ Please, keep in mind that:
3636

3737
- UI tests are not the only ones: having more low-level tests for parts of the code that could be hard to be understood is a great way to describe the code expected behaviors.
3838

39-
- comments in the test could help a lot the reader, look at the ["Matching the test's code and test runner's commands" section of the "Keep abstraction low to ease debugging the tests" chapter](../../sections/generic-best-practices/test-code-with-debugging-in-mind.md#matching-the-tests-code-and-test-runners-commands)
39+
- comments in the test could help a lot the reader, look at the ["Matching the test's code and test runner's commands" section of the "Keep abstraction low to ease debugging the tests" chapter](../generic-best-practices/test-code-with-debugging-in-mind.md#matching-the-tests-code-and-test-runners-commands).

0 commit comments

Comments
 (0)