aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciej PrzepiĆ³ra <maciej@przepiora.me>2019-01-17 08:52:31 +0100
committerSun Zhe <31067185+ZheSun88@users.noreply.github.com>2019-01-22 16:05:19 +0200
commitba809d143d1f23009b38c63155b0cad8a0b6d552 (patch)
treebe206b21d69536d78d2a4d17b1a473915f403414
parent6e36f96d66590c0b86dd0a74e96299f36e3f04b3 (diff)
downloadvaadin-framework-ba809d143d1f23009b38c63155b0cad8a0b6d552.tar.gz
vaadin-framework-ba809d143d1f23009b38c63155b0cad8a0b6d552.zip
Fix formatting (#11423)
-rwxr-xr-xREADME-TESTS.md2
1 files changed, 1 insertions, 1 deletions
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.