Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-farre committed Jan 22, 2025
1 parent e98be8b commit e3858e9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/codeception/acceptance/GlobalCalendarCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,14 @@ public function testGlobalCalendarCreateEntry(AcceptanceTester $I)

$I->waitForElementVisible('.calendar_my_spaces');

$I->reloadPage();

$I->waitForText('Space Event');

// Active space and profile filter (which should now be visible, as we have activated the profile calendar module by creating a new event)
$I->click('.calendar_my_spaces');
$I->click('.calendar_my_profile');

$I->waitForText('Space Event');
$I->see('My Test Profile Entry', '.fc-title');
}

Expand Down

0 comments on commit e3858e9

Please sign in to comment.