File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class BroadcastTest extends PantherTestCase
27
27
protected function setUp (): void
28
28
{
29
29
if (!file_exists (__DIR__ .'/app/public/build ' )) {
30
- throw new \Exception (sprintf ('Move into %s and execute Encore before running this test. ' , realpath (__DIR__ .'/app ' )));
30
+ throw new \Exception (sprintf ('Move into "%s" and execute Encore before running this test. ' , realpath (__DIR__ .'/app ' )));
31
31
}
32
32
33
33
parent ::setUp ();
@@ -38,7 +38,7 @@ public function testBroadcastBasic(): void
38
38
($ client = self ::createPantherClient ())->request ('GET ' , '/books ' );
39
39
40
40
$ crawler = $ client ->submitForm ('Submit ' , ['title ' => self ::BOOK_TITLE ]);
41
- $ client ->waitForElementToContain ('#books div ' , self ::BOOK_TITLE );
41
+ // $client->waitForElementToContain('#books div', self::BOOK_TITLE);
42
42
43
43
$ this ->assertSelectorWillContain ('#books ' , self ::BOOK_TITLE );
44
44
if (!preg_match ('/\(#(\d+)\)/ ' , $ crawler ->filter ('#books div ' )->text (), $ matches )) {
You can’t perform that action at this time.
0 commit comments