Skip to content

Commit

Permalink
fix person test
Browse files Browse the repository at this point in the history
  • Loading branch information
pookmish committed Sep 13, 2024
1 parent 214424c commit 360c321
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/codeception/acceptance/Content/PersonCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@ public function testXMLMetaDataRevisions(AcceptanceTester $I) {

// Revision Delete is enabled.
$I->amOnPage('/admin/structure/types/manage/stanford_person');
$I->seeCheckboxIsChecked('#edit-node-revision-delete-track');
$I->seeCheckboxIsChecked('#edit-options-revision');
$I->seeInField('#edit-minimum-revisions-to-keep', 5);
$I->seeCheckboxIsChecked("#edit-amount-status");
$I->seeInField("Minimum number of revisions to keep (per language)", 5);

// XML Sitemap.
$I->amOnPage('/admin/config/search/xmlsitemap/settings');
Expand Down

0 comments on commit 360c321

Please sign in to comment.