Parcourir la source

Fix formatting (#11423)

tags/8.8.0.beta1
Maciej Przepióra il y a 5 ans
Parent
révision
893524cda2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      README-TESTS.md

+ 1
- 1
README-TESTS.md Voir le fichier

@@ -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.


Chargement…
Annuler
Enregistrer