There was an error while loading. Please reload this page.
1 parent 88d5fe6 commit e3f139cCopy full SHA for e3f139c
1 file changed
Tests/Acceptance/AbstractEventsTests.php
@@ -284,6 +284,7 @@ public function registrationWorksForEventWithMultiReg(AcceptanceTester $I)
284
$I->deleteAllEventRegistrations();
285
286
$I->amOnPage($this->basePath . 'event-list-all');
287
+ $I->waitForText('Event (reg, cat1, multireg) ' . $this->lang, 10);
288
$I->see('Event (reg, cat1, multireg) ' . $this->lang);
289
$I->click('Event (reg, cat1, multireg) ' . $this->lang);
290
$I->waitForText('Back to listview', 10);
0 commit comments