From 6cb2c58916e1c24ee251ba28b922b17a235c4f32 Mon Sep 17 00:00:00 2001 From: Steve Russo Date: Sun, 7 May 2023 13:38:31 -0400 Subject: [PATCH] Fix broken link in tests/e2e/README --- tests/e2e/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/README.md b/tests/e2e/README.md index c84d7807fc0d6..2d9a0ab8fde35 100644 --- a/tests/e2e/README.md +++ b/tests/e2e/README.md @@ -1,6 +1,6 @@ # End to end tests -E2e tests largely follow the same syntax as [integration tests](tests/e2e/README.md). +E2e tests largely follow the same syntax as [integration tests](../integration). 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. They can be run with make commands for the appropriate backends, namely: ```shell