mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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
|
||||
* langs: python, js
|
||||
- `values` <[Array]<[string]|[RegExp]>>
|
||||
|
||||
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 = %%-csharp-java-python-assertions-timeout-%%
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user