What are you trying to achieve?
i want to use any of wait* methods w/o hardcoding timeout because it already declared in config file.
What do you get instead?
instead i get TS error

Details
- CodeceptJS version: 2.3.6
- Operating System: macos
- puppeteer
Here's the relevant part from our config:
{
helpers: {
Puppeteer: {
url: "http://localhost",
waitForTimeout: 2000,
waitForAction: 500
}
}
}
What are you trying to achieve?
i want to use any of wait* methods w/o hardcoding timeout because it already declared in config file.
What do you get instead?
instead i get TS error

Details
Here's the relevant part from our config: