codeceptjs / codeceptjs/CodeceptJS
Custom helper functions are not calling after upgrading from 2 to3
Aperta
stale
- Lingua principale
- JavaScript
- Stelle
- 4.2k
- Fork
- 757
- Merge medio
- 2g 9h
- PR unite (30g)
- 16
Descrizione
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
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.