-
Notifications
You must be signed in to change notification settings - Fork 605
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postInteractionWait does not work anymore on v6.1.1 (puppeteer) #1431
Comments
ttl15
changed the title
postInteractionWait does not work anymore on v6.1.1
postInteractionWait does not work anymore on v6.1.1 (puppeteer)
Aug 8, 2022
FWIW rolling back to backstopjs 6.1.0 got me around this. Saw this in the log output:
|
flosell
added a commit
to flosell/BackstopJS
that referenced
this issue
Oct 9, 2022
flosell
added a commit
to flosell/BackstopJS
that referenced
this issue
Oct 9, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
Looks like v6.1.1 update
"puppeteer": "^14.2.1",
to
"puppeteer": "^15.4.0",
when postInteractionWait on backstop.json file is greater than 0 (ie 3000)
backstop will throw an error below
Puppeteer encountered an error while running scenario...
TypeError: page.waitFor is not a function
steps to reproduce
use backstop v6.1.1
create a new project
backstop init
backstop reference
no errors so far
now change postInteractionWait in backstop.json file to something other than 0 (ie 3000)
run backstop reference again
error msg
The text was updated successfully, but these errors were encountered: