midhunsanku
Results
2
issues of
midhunsanku
We are upgrading CodeceptJS(2.6.11 to 3.6.10) and Puppeteer(9.1.1 to 24.1.1) versions and didn't have this issue with older versions. After upgrade observed this issue while unit testing the scripts In...
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...