E582 docs: remove option · argos-ci/argos-javascript@b7968a5 · GitHub
[go: up one dir, main page]

Skip to content

Commit b7968a5

Browse files
committed
docs: remove option
1 parent 23e4578 commit b7968a5

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

packages/cypress/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ module.exports = defineConfig({
5959
- `options.stabilize.ariaBusy`: Wait for the `aria-busy` attribute to be removed from the document. Default to `true`.
6060
- `options.stabilize.fonts`: Wait for fonts to be loaded. Default to `true`.
6161
- `options.stabilize.images`: Wait for images to be loaded. Default to `true`.
62-
- `options.stabilize.imageSizes`: Stabilize all image sizes to avoid glitches. Default to `true`.
6362

6463
## Helper Attributes for Visual Testing
6564

packages/playwright/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ export default defineConfig({
239239
- `options.stabilize.ariaBusy`: Wait for the `aria-busy` attribute to be removed from the document. Default to `true`.
240240
- `options.stabilize.fonts`: Wait for fonts to be loaded. Default to `true`.
241241
- `options.stabilize.images`: Wait for images to be loaded. Default to `true`.
242-
- `options.stabilize.imageSizes`: Stabilize all image sizes to avoid glitches. Default to `true`.
243242
- `options.beforeScreenshot`: Run a function before taking the screenshot. When using viewports, this function will run before taking sreenshots on each viewport.
244243
- `options.afterScreenshot`: Run a function after taking the screenshot. When using viewports, this function will run after taking sreenshots on each viewport.
245244

packages/puppeteer/docs/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ Screenshots are stored in `screenshots/argos` folder, relative to current direct
6262
- `options.stabilize.ariaBusy`: Wait for the `aria-busy` attribute to be removed from the document. Default to `true`.
6363
- `options.stabilize.fonts`: Wait for fonts to be loaded. Default to `true`.
6464
- `options.stabilize.images`: Wait for images to be loaded. Default to `true`.
65-
- `options.stabilize.imageSizes`: Stabilize all image sizes to avoid glitches. Default to `true`.
6665

6766
Unlike [Puppeteer's `screenshot` method](https://playwright.dev/docs/api/class-page#page-screenshot), `argosScreenshot` set `fullPage` option to `true` by default. Feel free to override this option if you prefer partial screenshots of your pages.
6867

0 commit comments

Comments
 (0)
0