We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Recorder contains details to set viewport size. This step is not exported.
{ "type": "setViewport", "width": 375, "height": 667, "deviceScaleFactor": 1, "isMobile": false, "hasTouch": false, "isLandscape": false },
The text was updated successfully, but these errors were encountered:
Answered in DMs, but reposting for historical purposes:
Yea that's intentional. It's because it's currently using JSDOM (the most common environment for Testing Library) which doesn't implement layout.
I plan on looking into this and several of the other unsupported steps once #1 is done so we have the option of running in a real visual browser.
Sorry, something went wrong.
No branches or pull requests
The Recorder contains details to set viewport size. This step is not exported.
The text was updated successfully, but these errors were encountered: