Skip to content

Commit

Permalink
fix code example meeting
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 13, 2024
1 parent 4187d7c commit a3e6710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/webdriverio/04-visual-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ As shown in the [Visual Testing](https://webdriver.io/docs/visual-testing/writin

In the context of testing StencilJS components the best choice is to use `toMatchElementSnapshot` to verify a single component visually. Such a test may appear as follows:

```ts reference title="wdio.conf.ts"
```ts reference title="src/components/my-component/my-component.test.tsx"
https://github.com/webdriverio/component-testing-examples/blob/2de295ab568b5163e67d716156221578b6536d9d/stencil-component-starter/src/components/my-component/my-component.test.tsx#L20-L28
```

Expand Down

0 comments on commit a3e6710

Please sign in to comment.