Skip to content

Commit 898157e

Browse files
smnandrekbond
authored andcommitted
fabbot
1 parent 26e52aa commit 898157e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Turbo/tests/BroadcastTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public function testBroadcastBasic(): void
3838
($client = self::createPantherClient())->request('GET', '/books');
3939

4040
$crawler = $client->submitForm('Submit', ['title' => self::BOOK_TITLE]);
41-
$client->waitForElementToContain('#books div', self::BOOK_TITLE);
41+
// $client->waitForElementToContain('#books div', self::BOOK_TITLE);
4242

4343
$this->assertSelectorWillContain('#books', self::BOOK_TITLE);
4444
if (!preg_match('/\(#(\d+)\)/', $crawler->filter('#books div')->text(), $matches)) {

0 commit comments

Comments
 (0)