Skip to content

Commit

Permalink
Update acceptance test for new default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWiegman committed Apr 16, 2024
1 parent 191ece8 commit 0d988f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/faustwp/tests/acceptance/SettingsCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function i_can_see_the_default_settings(AcceptanceTester $I)
$I->dontSeeCheckboxIsChecked('#disable_theme');
$I->seeCheckboxIsChecked('#enable_rewrites');
$I->seeCheckboxIsChecked('#enable_redirects');
$I->dontSeeCheckboxIsChecked('#enable_image_source');
$I->seeCheckboxIsChecked('#enable_image_source');
}

/**
Expand Down

0 comments on commit 0d988f2

Please sign in to comment.