codeceptjs / codeceptjs/CodeceptJS
Custom helper functions are not calling after upgrading from 2 to3
オープン
stale
- 主要言語
- JavaScript
- スター
- 4.2k
- フォーク
- 757
- 平均マージ
- 2日 9時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。