Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Beygo committed Aug 30, 2024
1 parent 2f2fe31 commit 00bb3e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/visual-testing/integrations/nightwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ sidebar_label: Nightwatch
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import FullPageJS from '../_partials/_fullpage-js.md'
import ClippingElement from '../_partials/_clipping-element.md';
import ClippingDescription from '../_partials/_clipping-description.md';
import EnvironmentVariables from '../_partials/_environment-variables.md';
import SelectiveDiffing from '../_partials/_selective-diffing.md';
import SelectiveDiffingGlobal from '../_partials/_selective-diffing-global.md';
Expand Down Expand Up @@ -360,7 +360,7 @@ browser
### Clip to an Element
<ClippingElement />
<ClippingDescription />
Example:
Expand Down
4 changes: 2 additions & 2 deletions docs/visual-testing/integrations/webdriverio.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sidebar_label: WebdriverIO
---

import FullPageJS from '../_partials/_fullpage-js.md';
import ClippingElement from '../_partials/_clipping-element.md';
import ClippingDescription from '../_partials/_clipping-description.md';
import EnvironmentVariables from '../_partials/_environment-variables.md';
import SelectiveDiffing from '../_partials/_selective-diffing.md';
import SelectiveDiffingGlobal from '../_partials/_selective-diffing-global.md';
Expand Down Expand Up @@ -270,7 +270,7 @@ browser.sauceVisualCheck('Before Login', {

### Clip to an Element

<ClippingElement />
<ClippingDescription />

Example:

Expand Down

0 comments on commit 00bb3e2

Please sign in to comment.