浏览代码

Fix formatting (#11423)

tags/8.8.0.beta1
Maciej Przepióra 5 年前
父节点
当前提交
893524cda2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      README-TESTS.md

+ 1
- 1
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.


正在加载...
取消
保存