docs(release-notes): Fixed typo in 1.44 js notes (#30647)
This commit is contained in:
parent
a0938fc7a4
commit
ddeec35450
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue