docs(release-notes): Fixed typo in 1.44 js notes (#30647)

This commit is contained in:
Christophe Chauvot 2024-05-08 18:41:53 +02:00 committed by Max Schmitt
parent 4e4bb1e0a6
commit e23fb18b56

View file

@ -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.