codeceptjs / codeceptjs/CodeceptJS
Custom helper functions are not calling after upgrading from 2 to3
未關閉
stale
- 主要語言
- JavaScript
- 星號
- 4.2k
- 分支
- 757
- 平均合併
- 2 天 9 小時
- 30 天內合併 PR
- 16
描述
created custom helper and added async function as below:
async fillField(selector, value) {
await this.puppeteer.fillField(element, value)
await this.puppeteer.page.keyboard.press("Tab")
// function to wait for ajax Load
}
Calling fillField in test files
I.fillField(selector, value) --> Its calling `await this.puppeteer.fillField(element, value)` instead of custom helper function
貢獻指南
評估
這個 Issue 還沒有評估資料。