From ad92319bf6a002e450e749c8b37f960d972cbbb0 Mon Sep 17 00:00:00 2001 From: pcheremu <51121511+pcheremu@users.noreply.github.com> Date: Thu, 5 Oct 2023 16:37:38 +0300 Subject: [PATCH] Update packages/integration-tests/README.md Co-authored-by: Roman Petriv --- packages/integration-tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration-tests/README.md b/packages/integration-tests/README.md index 9b333f3fa5..7b340935c9 100644 --- a/packages/integration-tests/README.md +++ b/packages/integration-tests/README.md @@ -49,7 +49,7 @@ The test solution contains two main folders: [src](./src) and [tests](./tests). [tests](./tests) folder contains sets of: - [api](./tests/api/) endpoints tests, that cover an essential part of [worker](../packages/worker/) and [api](../packages/api/) functionality -- [ui](./tests/ui/) UI tests. that cover an essential part of [Block explorer](../packages/app/) functionality +- [ui](./tests/ui/) UI tests, which cover an essential part of [Block explorer](../packages/app/) functionality For more details, follow this documentation https://era.zksync.io/docs/. \ No newline at end of file