Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
imonroe committed Apr 29, 2024
1 parent 77d6387 commit bc2b43a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/codeception/acceptance/Media/MediaCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ public function testCategoryField(AcceptanceTester $I) {

$I->selectOption('Category', $parent_term->label());
$I->click('Filter');
$I->wait(3);
$I->canSee($media->label());

$I->selectOption('Category', $unrelated_term->label());
Expand Down

0 comments on commit bc2b43a

Please sign in to comment.