Skip to content

Commit a89ef62

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 69bfac1 commit a89ef62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ and pass it a ``Link`` object::
614614
Forms
615615
~~~~~
616616

617-
Just like links, you select forms with the ``selectButton()`` method::
617+
Just like links, you select form buttons with the ``selectButton()`` method::
618618

619619
$buttonCrawlerNode = $crawler->selectButton('submit');
620620

0 commit comments

Comments
 (0)