Skip to content

Commit 8a649a6

Browse files
author
Grégoire Paris
committed
ensure consistency with the note
The note explains that we are selecting form buttons, not forms. Confusion ensues if we say otherwise in the introductory sentence.
1 parent e5dbd49 commit 8a649a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

book/testing.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,8 @@ and pass it a ``Link`` object::
612612
Forms
613613
~~~~~
614614

615-
Just like links, you select forms with the ``selectButton()`` method::
615+
Forms can be selected using their buttons, which can be selected with the
616+
``selectButton()`` method, just like links::
616617

617618
$buttonCrawlerNode = $crawler->selectButton('submit');
618619

0 commit comments

Comments
 (0)