Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: releae notes 1.44 for js #30596

Merged
merged 6 commits into from
Apr 29, 2024
Merged

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Apr 29, 2024

No description provided.

docs/src/release-notes-js.md Outdated Show resolved Hide resolved
docs/src/release-notes-js.md Outdated Show resolved Hide resolved
docs/src/release-notes-js.md Outdated Show resolved Hide resolved
@yury-s yury-s merged commit fa7d4e5 into microsoft:main Apr 29, 2024
3 checks passed
@yury-s yury-s deleted the docs-1.44-release-notes-js branch April 29, 2024 23:48
- [`method: LocatorAssertions.toHaveAccessibleDescription`] checks if the element has the specified accessible description:
```js
const locator = page.getByRole('button');
await expect(locator).toHaveAccessibleName('Upload the photo');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably await expect(locator). toHaveAccessibleDescription('Upload the photo'); ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants