We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff4d6bc commit 7bdea30Copy full SHA for 7bdea30
README.md
@@ -924,10 +924,10 @@ This allows you to check whether the given form element has the specified value.
924
It accepts `<input>`, `<select>` and `<textarea>` elements with the exception of
925
of `<input type="checkbox">` and `<input type="radio">`, which can be
926
meaningfully matched only using [`toBeChecked`](#tobechecked) or
927
-[`toHaveFormValue`](#tohaveformvalues).
+[`toHaveFormValues`](#tohaveformvalues).
928
929
For all other form elements, the value is matched using the same algorithm as in
930
-[`toHaveFormValue`](#tohaveformvalues) does.
+[`toHaveFormValues`](#tohaveformvalues) does.
931
932
#### Examples
933
0 commit comments