Skip to content

Commit 649dd43

Browse files
committed
Minor typo fix
1 parent ad1531b commit 649dd43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ Crawler Assertions
876876
equal the expected value.
877877
``assertCheckboxChecked(string $fieldName, string $message = '')``/``assertCheckboxNotChecked(string $fieldName, string $message = '')``
878878
Asserts that the checkbox with the given name is (not) checked.
879-
``assertFormValue(string $formSelector, string $fieldName, string $value, string $message = '')`` and ``assertNoFormValue(string $formSelector, string $fieldName, string $message = '')``
879+
``assertFormValue(string $formSelector, string $fieldName, string $value, string $message = '')``/``assertNoFormValue(string $formSelector, string $fieldName, string $message = '')``
880880
Asserts that value of the field of the first form matching the given
881881
selector does (not) equal the expected value.
882882

0 commit comments

Comments
 (0)