We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f24d83 commit 72e20e6Copy full SHA for 72e20e6
testing.rst
@@ -213,7 +213,7 @@ Now you can use CSS selectors with the crawler. To assert that the phrase
213
$this->assertSelectorTextContains('html h1.title', 'Hello World');
214
215
This assertion checks if the first element matching the CSS selector contains
216
-the given text. This asserts calls ``$crawler->filter('html h1.title')``
+the given text. This assert calls ``$crawler->filter('html h1.title')``
217
internally, which allows you to use CSS selectors to filter any HTML element in
218
the page and check for its existence, attributes, text, etc.
219
0 commit comments