docs: Fixing a release version of a method toHaveAttribute (#27559)

There is a mistake in the release version of the `toHaveAttribute`
method. It was released in the 1.39 version and not in the 1.40 like was
mentioned in the documentation.
This commit is contained in:
AlexKomanov 2023-10-12 09:30:40 +03:00 committed by GitHub
parent 823b104a9e
commit 117f3f1298
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1152,7 +1152,7 @@ Expected attribute value.
* since: v1.18
## async method: LocatorAssertions.toHaveAttribute#2
* since: v1.40
* since: v1.39
* langs: js
Ensures the [Locator] points to an element with given attribute. The method will assert attribute
@ -1166,13 +1166,13 @@ await expect(locator).not.toHaveAttribute('open');
```
### param: LocatorAssertions.toHaveAttribute#2.name
* since: v1.40
* since: v1.39
- `name` <[string]>
Attribute name.
### option: LocatorAssertions.toHaveAttribute#2.timeout = %%-js-assertions-timeout-%%
* since: v1.40
* since: v1.39
## async method: LocatorAssertions.toHaveClass
* since: v1.20