cherry-pick(#34471): docs: remove toMatchAriaSnapshot path feature

This commit is contained in:
Adam Gastineau 2025-01-24 12:16:58 -08:00 коммит произвёл Max Schmitt
Родитель 9d22178533
Коммит b7b0f9571d
2 изменённых файлов: 0 добавлений и 2 удалений

Просмотреть файл

@ -2250,7 +2250,6 @@ Asserts that the target element matches the given [accessibility snapshot](../ar
```js
await expect(page.locator('body')).toMatchAriaSnapshot();
await expect(page.locator('body')).toMatchAriaSnapshot({ name: 'snapshot' });
await expect(page.locator('body')).toMatchAriaSnapshot({ path: '/path/to/snapshot.yml' });
```
```python async

1
packages/playwright/types/test.d.ts поставляемый
Просмотреть файл

@ -8690,7 +8690,6 @@ interface LocatorAssertions {
* ```js
* await expect(page.locator('body')).toMatchAriaSnapshot();
* await expect(page.locator('body')).toMatchAriaSnapshot({ name: 'snapshot' });
* await expect(page.locator('body')).toMatchAriaSnapshot({ path: '/path/to/snapshot.yml' });
* ```
*
* @param options