8000 minor #18705 [Testing] Fix Crawler assertSelectorTextSame documentati… · symfony/symfony-docs@f9d13b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit f9d13b4

Browse files
committed
minor #18705 [Testing] Fix Crawler assertSelectorTextSame documentation (alamirault)
This PR was merged into the 6.3 branch. Discussion ---------- [Testing] Fix Crawler assertSelectorTextSame documentation Method `assertSelectorTextNotSame` does not exist, so we must not add this text (Found when working on #18704) Commits ------- 70499a8 Fix Crawler assertSelectorTextSame documentation
2 parents ab8728f + 70499a8 commit f9d13b4

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