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 c23d756 commit 535439fCopy full SHA for 535439f
src/Turbo/doc/index.rst
@@ -284,7 +284,7 @@ Symfony.
284
$client->request('GET', '/');
285
286
$client->clickLink('This block is scoped, the rest of the page will not change if you click here!');
287
- $this->assertSelectorTextContains('body', 'This will replace the content of the Turbo Frame!');
+ $this->assertSelectorWillContain('body', 'This will replace the content of the Turbo Frame!');
288
}
289
290
0 commit comments