Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 12, 2023
1 parent 4da1d6e commit 2c48754
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/codeception/acceptance/Content/EventsCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,8 @@ public function testListIntro(AcceptanceTester $I) {
$I->amOnPage($event->toUrl('delete-form')->toString());
$I->click('Delete');

$I->amOnPage('/events');
$I->cantSee($event->label());
$I->cantSee('No events at this time');
$I->canSee($message);

$I->amOnPage($term->toUrl()->toString());
$I->canSee($term->label(), 'h1');
$I->cantSee($event->label());
$I->cantSee('No events at this time');
$I->canSee($message);
Expand Down

0 comments on commit 2c48754

Please sign in to comment.