We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8493cf1 + ebd84dc commit 8e86acfCopy full SHA for 8e86acf
1 file changed
docs/learn/reliability/flaky-tests/argos-helpers.mdx
@@ -13,7 +13,7 @@ For tailored visual testing, the `data-visual-test` attributes provide control o
13
14
- `[data-visual-test="transparent"]`: Renders the element transparent (`visibility: hidden`).
15
- `[data-visual-test="removed"]`: Removes the element from view (`display: none`).
16
-- `[data-visual-test="blackout"]`: Masks the element with a blackout effect.
+- `[data-visual-test="blackout"]`: Masks the element with a blackout effect (Storybook, Playwright, and Cypress SDK only).
17
- `[data-visual-test-no-radius]`: Strips the border radius from the element.
18
19
**Example: Using a helper attribute to hide a div from the captured screenshot:**
0 commit comments