Skip to content

CI: fix stack traces for e2e tests

Administrator requested to merge fix-jest-stack into master

Created by: chrismwendt

Previously, the Jest test would time out before any individual Puppeteer command would time out, causing cryptic errors such as:

image

Now you'll get the stack trace to point to the Puppeteer command that timed out:

image

Merge request reports

Loading