Skip to content

Commit 8e86acf

Browse files
authored
Merge pull request #185 from argos-ci/precise-blackout-availability
fix: precise blackout availability SDK
2 parents 8493cf1 + ebd84dc commit 8e86acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/learn/reliability/flaky-tests/argos-helpers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ For tailored visual testing, the `data-visual-test` attributes provide control o
1313

1414
- `[data-visual-test="transparent"]`: Renders the element transparent (`visibility: hidden`).
1515
- `[data-visual-test="removed"]`: Removes the element from view (`display: none`).
16-
- `[data-visual-test="blackout"]`: Masks the element with a blackout effect.
16+
- `[data-visual-test="blackout"]`: Masks the element with a blackout effect (Storybook, Playwright, and Cypress SDK only).
1717
- `[data-visual-test-no-radius]`: Strips the border radius from the element.
1818

1919
**Example: Using a helper attribute to hide a div from the captured screenshot:**

0 commit comments

Comments
 (0)