8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8ff58 commit 70499a8Copy full SHA for 70499a8
testing.rst
@@ -984,7 +984,7 @@ Crawler Assertions
984
contain the expected text.
985
``assertSelectorTextSame(string $selector, string $text, string $message = '')``
986
Asserts that the contents of the first element matching the given
987
- selector does (not) equal the expected text.
+ selector does equal the expected text.
988
``assertPageTitleSame(string $expectedTitle, string $message = '')``
989
Asserts that the ``<title>`` element is equal to the given title.
990
``assertPageTitleContains(string $expectedTitle, string $message = '')``
0 commit comments