Skip to content

Commit ad863ed

Browse files
committed
Wait for form
1 parent 2213b69 commit ad863ed

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/Integration/Controller/PublicSubscribeControllerPantherTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ public function testSubscribePageDisplaysEmailFieldAndSubmitButton(): void
7171
'connection_timeout_in_ms' => 10000,
7272
]);
7373
$client->request('GET', '/index.php/subscribe/1');
74+
75+
$client->waitFor('form.legacy-form', 10);
7476
$client->takeScreenshot('var/screenshots/public-subscribe.png');
7577

7678
$currentPath = (string) parse_url($client->getCurrentURL(), PHP_URL_PATH);

0 commit comments

Comments
 (0)