Skip to content

Commit

Permalink
capitalize title
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerem Beygo committed Aug 29, 2024
1 parent 07d4156 commit c2894e7
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ await VisualClient.VisualCheck("C# full page config",

<FullPageLimit />

### Clip to an element
### Clip to an Element

<ClippingDescription />

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ cy.sauceVisualCheck('Inventory Page', {
});
```

### Clip to an element
### Clip to an Element

<ClippingDescription />

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/java.md
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ visual.sauceVisualCheck("Long content page", options);

<FullPageLimit />

### Clip to an element
### Clip to an Element

<ClippingDescription />

Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/nightwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ browser
<FullPageJS />
### Clip to an element
### Clip to an Element
<ClippingWDIO />
Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/webdriverio.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ browser.sauceVisualCheck('Before Login', {

<FullPageJS />

### Clip to an element
### Clip to an Element

<ClippingWDIO />

Expand Down

0 comments on commit c2894e7

Please sign in to comment.