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
npm run clear
yarn clear
rm -rf node_modules yarn.lock package-lock.json
We noticed in our repository that migrating to 3.1.1 leads to issue in argos, we are suspecting the following PR to have started the issue #9470
It introduced the decoding="async" inside MDXComponents/Img/index.tsx for the img element.
decoding="async"
No response
See https://app.argos-ci.com/meta-open-source/docusaurus/builds/450/73270142
Images should always be displayed
Some images are not loaded
The text was updated successfully, but these errors were encountered:
Thanks
Yes, I noticed the same on our own Argos tests, and not sure what to do about it yet.
It seems like we want to keep this change, but at the same time we want reliable visual tests.
Any idea @gregberge how to wait for <img decoding="async"/> in Argos?
<img decoding="async"/>
Maybe the solution should be directly in your Playwright integration package?
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
We noticed in our repository that migrating to 3.1.1 leads to issue in argos, we are suspecting the following PR to have started the issue #9470
It introduced the
decoding="async"
inside MDXComponents/Img/index.tsx for the img element.Reproducible demo
No response
Steps to reproduce
See https://app.argos-ci.com/meta-open-source/docusaurus/builds/450/73270142
Expected behavior
Images should always be displayed
Actual behavior
Some images are not loaded
Your environment
Self-service
The text was updated successfully, but these errors were encountered: