codeceptjs / codeceptjs/CodeceptJS
[feature-request] .wait* methods comment param
未关闭
enhancement
- 主要语言
- JavaScript
- 星标
- 4.2k
- 派生
- 757
- 平均合并
- 2 天 9 小时
- 30 天内合并 PR
- 16
描述
example:
```js
// now
I.wait(10); // I wait 10...
// propose
I.wait(10, "file upload"); // I wait for file upload
```
贡献指南
评估
这个 Issue 还没有评估数据。