Skip to content

Commit 535439f

Browse files
authored
[Turbo][Testing] Fix to the right test
1 parent c23d756 commit 535439f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Symfony.
284284
$client->request('GET', '/');
285285

286286
$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!');
287+
$this->assertSelectorWillContain('body', 'This will replace the content of the Turbo Frame!');
288288
}
289289
}
290290

0 commit comments

Comments
 (0)