docs: fix toHaveValues param type for java and .net (#14803)
This commit is contained in:
parent
f486760229
commit
e94ec8a85f
|
|
@ -1272,9 +1272,16 @@ await Expect(locator).ToHaveValuesAsync(new Regex[] { new Regex("R"), new Regex(
|
||||||
```
|
```
|
||||||
|
|
||||||
### param: LocatorAssertions.toHaveValues.values
|
### param: LocatorAssertions.toHaveValues.values
|
||||||
|
* langs: python, js
|
||||||
- `values` <[Array]<[string]|[RegExp]>>
|
- `values` <[Array]<[string]|[RegExp]>>
|
||||||
|
|
||||||
Expected options currently selected.
|
Expected options currently selected.
|
||||||
|
|
||||||
|
### param: LocatorAssertions.toHaveValues.values
|
||||||
|
* langs: java, csharp
|
||||||
|
- `values` <[Array]<[string]>|[Array]<[RegExp]>>
|
||||||
|
|
||||||
|
Expected options currently selected.
|
||||||
|
|
||||||
### option: LocatorAssertions.toHaveValues.timeout = %%-js-assertions-timeout-%%
|
### option: LocatorAssertions.toHaveValues.timeout = %%-js-assertions-timeout-%%
|
||||||
### option: LocatorAssertions.toHaveValues.timeout = %%-csharp-java-python-assertions-timeout-%%
|
### option: LocatorAssertions.toHaveValues.timeout = %%-csharp-java-python-assertions-timeout-%%
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue