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 26e52aa commit 898157eCopy full SHA for 898157e
src/Turbo/tests/BroadcastTest.php
@@ -38,7 +38,7 @@ public function testBroadcastBasic(): void
38
($client = self::createPantherClient())->request('GET', '/books');
39
40
$crawler = $client->submitForm('Submit', ['title' => self::BOOK_TITLE]);
41
- $client->waitForElementToContain('#books div', self::BOOK_TITLE);
+ // $client->waitForElementToContain('#books div', self::BOOK_TITLE);
42
43
$this->assertSelectorWillContain('#books', self::BOOK_TITLE);
44
if (!preg_match('/\(#(\d+)\)/', $crawler->filter('#books div')->text(), $matches)) {
0 commit comments