Skip to content

Commit

Permalink
docs(release-notes): Fixed typo in 1.44 js notes (microsoft#30647)
Browse files Browse the repository at this point in the history
  • Loading branch information
Az8th authored and thebigbrain committed May 12, 2024
1 parent 463688b commit ee0229c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/release-notes-js.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ await page.removeLocatorHandler(locator);
});
```

- `expect(callback).toPass({ intervals })` can now be configured by `expect.toPass.inervals` option globally in [`property: TestConfig.expect`] or per project in [`property: TestProject.expect`].
- `expect(callback).toPass({ intervals })` can now be configured by `expect.toPass.intervals` option globally in [`property: TestConfig.expect`] or per project in [`property: TestProject.expect`].
- `expect(page).toHaveURL(url)` now supports `ignoreCase` [option](./api/class-pageassertions#page-assertions-to-have-url-option-ignore-case).
- [`property: TestProject.ignoreSnapshots`](./api/class-testproject#test-project-ignore-snapshots) allows to configure per project whether to skip screenshot expectations.

Expand Down

0 comments on commit ee0229c

Please sign in to comment.