Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Feb 15, 2024
1 parent f11c8a0 commit cb3198b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public function testPublicationTeasers(FunctionalTester $I) {
$I->waitForElementNotVisible('.ui-dialog');
$I->click('Save');
$I->canSee('has been updated');
$I->canSee($publication->label(), 'h2');
$I->canSee($publication->label(), 'h3');
$I->canSee('Journal Article');
}

Expand Down

0 comments on commit cb3198b

Please sign in to comment.