codeceptjs / codeceptjs/CodeceptJS
Custom helper functions are not calling after upgrading from 2 to3
Abierto
stale
- Lenguaje dominante
- JavaScript
- Estrellas
- 4.2k
- Forks
- 757
- Merge medio
- 2 d 9 h
- PR fusionados (30 d)
- 16
Descripción
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
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.