Skip to content

Commit e3f139c

Browse files
committed
[TASK] Harden acceptance tests
1 parent 88d5fe6 commit e3f139c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tests/Acceptance/AbstractEventsTests.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,7 @@ public function registrationWorksForEventWithMultiReg(AcceptanceTester $I)
284284
$I->deleteAllEventRegistrations();
285285

286286
$I->amOnPage($this->basePath . 'event-list-all');
287+
$I->waitForText('Event (reg, cat1, multireg) ' . $this->lang, 10);
287288
$I->see('Event (reg, cat1, multireg) ' . $this->lang);
288289
$I->click('Event (reg, cat1, multireg) ' . $this->lang);
289290
$I->waitForText('Back to listview', 10);

0 commit comments

Comments
 (0)