8000 Fix Crawler assertSelectorTextSame documentation · symfony/symfony-docs@70499a8 · GitHub
[go: up one dir, main page]

Skip to content

Commit 70499a8

Browse files
committed
Fix Crawler assertSelectorTextSame documentation
1 parent be8ff58 commit 70499a8

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
@@ -984,7 +984,7 @@ Crawler Assertions
984984
contain the expected text.
985985
``assertSelectorTextSame(string $selector, string $text, string $message = '')``
986986
Asserts that the contents of the first element matching the given
987-
selector does (not) equal the expected text.
987+
selector does equal the expected text.
988988
``assertPageTitleSame(string $expectedTitle, string $message = '')``
989989
Asserts that the ``<title>`` element is equal to the given title.
990990
``assertPageTitleContains(string $expectedTitle, string $message = '')``

0 commit comments

Comments
 (0)
0