From ba809d143d1f23009b38c63155b0cad8a0b6d552 Mon Sep 17 00:00:00 2001 From: Maciej Przepióra Date: Thu, 17 Jan 2019 08:52:31 +0100 Subject: Fix formatting (#11423) --- README-TESTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-TESTS.md b/README-TESTS.md index 2354aa2699..fbaf7d8c19 100755 --- a/README-TESTS.md +++ b/README-TESTS.md @@ -74,7 +74,7 @@ Over the time we should collect useful helper methods into the parent classes (A #### Do a sensible amount of things in one test method There is an overhead before and after each test method when the browser instance is started. The tests are therefore not restricted to testing one single thing. Instead a test method should test one logical group of things (TB3 tests are not pure unit tests). -####Use ids in your test class +#### Use ids in your test class Use ids in your UI class. Define the IDs as constants in the UI class. Use the constants in your Test class. Use static imports to avoid massive prefixes for the constants. -- cgit v1.2.3