Skip to content

Commit 8237d24

Browse files
celsopedrosousa
andauthored
Update src/content/docs/browser-rendering/platform/playwright.mdx
Co-authored-by: Pedro Sousa <[email protected]>
1 parent afd7aba commit 8237d24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/browser-rendering/platform/playwright.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export default {
169169

170170
### Assertions
171171

172-
One of the most common use cases for using Playwright is software testing. Playwright includes test assertion features in its APIs; see [this page](https://playwright.dev/docs/test-assertions) for detailed documentation. Here's an example of a Worker doing `expect()` test assertions of the [todomvc](https://demo.playwright.dev/todomvc) demo page:
172+
One of the most common use cases for using Playwright is software testing. Playwright includes test assertion features in its APIs; refer to [Assertions](https://playwright.dev/docs/test-assertions) in the Playwright documentation for details. Here's an example of a Worker doing `expect()` test assertions of the [todomvc](https://demo.playwright.dev/todomvc) demo page:
173173

174174
```ts
175175
import type { Fetcher } from '@cloudflare/workers-types';

0 commit comments

Comments
 (0)