diff --git a/tests/EndToEnd/forms/general/CategoryFormCest.php b/tests/EndToEnd/forms/general/CategoryFormCest.php index 70369b251..0d8e85e29 100644 --- a/tests/EndToEnd/forms/general/CategoryFormCest.php +++ b/tests/EndToEnd/forms/general/CategoryFormCest.php @@ -51,16 +51,6 @@ public function testAddCategoryWithValidFormSetting(EndToEndTester $I) value: $_ENV['CONVERTKIT_API_FORM_NAME'] ); - // Check the order of the Form resources are alphabetical, with the Default option prepending the Forms. - $I->checkSelectFormOptionOrder( - $I, - selectElement: '#wp-convertkit-form', - prependOptions: [ - 'Default', - 'None', - ] - ); - // Save. $I->click('input#submit'); @@ -117,16 +107,6 @@ public function testAddCategoryWithNoneFormSetting(EndToEndTester $I) value: 'None' ); - // Check the order of the Form resources are alphabetical, with the Default option prepending the Forms. - $I->checkSelectFormOptionOrder( - $I, - selectElement: '#wp-convertkit-form', - prependOptions: [ - 'Default', - 'None', - ] - ); - // Save. $I->click('input#submit'); @@ -192,16 +172,6 @@ public function testEditCategoryWithValidFormSetting(EndToEndTester $I) // Confirm that settings have label[for] attributes. $I->seeInSource('