diff options
author | Maciej PrzepiĆ³ra <maciej@przepiora.me> | 2019-01-17 08:52:31 +0100 |
---|---|---|
committer | Sun Zhe <31067185+ZheSun88@users.noreply.github.com> | 2019-01-17 09:52:31 +0200 |
commit | 893524cda2b82bb0a1dbda47cb8fc6a9f182cb66 (patch) | |
tree | 30077bbd36aee16a8059e019a8eab5a534af9bd5 /README-TESTS.md | |
parent | 617f083e54d1236824aa082d1ed004f49ffbde49 (diff) | |
download | vaadin-framework-893524cda2b82bb0a1dbda47cb8fc6a9f182cb66.tar.gz vaadin-framework-893524cda2b82bb0a1dbda47cb8fc6a9f182cb66.zip |
Fix formatting (#11423)
Diffstat (limited to 'README-TESTS.md')
-rwxr-xr-x | README-TESTS.md | 2 |
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. |