Skip to content

Commit 80765aa

Browse files
authored
Fix broken link in tests/e2e/README (#24576)
1 parent 3319e95 commit 80765aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# End to end tests
22

3-
E2e tests largely follow the same syntax as [integration tests](tests/e2e/README.md).
3+
E2e tests largely follow the same syntax as [integration tests](../integration).
44
Whereas integration tests are intended to mock and stress the back-end, server-side code, e2e tests the interface between front-end and back-end, as well as visual regressions with both assertions and visual comparisons.
55
They can be run with make commands for the appropriate backends, namely:
66
```shell

0 commit comments

Comments
 (0)