From 1c44385e42f8c2537852f633e3c4440bf7750a42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Greffier?= Date: Thu, 29 Feb 2024 21:28:58 +0100 Subject: [PATCH] Update docs/src/junit-java.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Yury Semikhatsky Signed-off-by: Jean-François Greffier --- docs/src/junit-java.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/junit-java.md b/docs/src/junit-java.md index 3702de8f76..99cff9ff39 100644 --- a/docs/src/junit-java.md +++ b/docs/src/junit-java.md @@ -53,7 +53,7 @@ public class TestExample { ## Fixtures -You should add JUnit annotation `@UsePlaywright` to your test classes to use fixtures. Test fixtures are used to establish environment for each test, giving the test everything it needs and nothing else. +Simply add JUnit annotation `@UsePlaywright` to your test classes to enable Playwright fixtures. Test fixtures are used to establish environment for each test, giving the test everything it needs and nothing else. ```java @UsePlaywright