diff --git a/ui_tests/caseworker/features/give_advice/mod_clear_advice.feature b/ui_tests/caseworker/features/give_advice/mod_clear_advice.feature index 693be8e9af..39e813b961 100644 --- a/ui_tests/caseworker/features/give_advice/mod_clear_advice.feature +++ b/ui_tests/caseworker/features/give_advice/mod_clear_advice.feature @@ -22,7 +22,7 @@ Feature: I want to record my user advice and any comments and conditions relatin And I enter "approval reason" as the approval reasons And I click add licence condition And I click continue - And I enter "licence condition" as the licence condition into the "other" checkbox + And I enter "licence condition" into the licence condition And I click continue And I enter "instruction for exporter" as the instructions for the exporter on the instructions step And I enter "reporting footnote" as the reporting footnote on the instructions step diff --git a/ui_tests/caseworker/features/give_advice/mod_edit_advice.feature b/ui_tests/caseworker/features/give_advice/mod_edit_advice.feature index 1152ed5978..9de6d73403 100644 --- a/ui_tests/caseworker/features/give_advice/mod_edit_advice.feature +++ b/ui_tests/caseworker/features/give_advice/mod_edit_advice.feature @@ -22,7 +22,7 @@ Feature: I want to record my user advice and any comments and conditions relatin And I enter "approval reason" as the approval reasons And I click add licence condition And I click continue - And I enter "licence condition" as the licence condition into the "other" checkbox + And I enter "licence condition" into the licence condition And I click continue And I enter "instruction for exporter" as the instructions for the exporter on the instructions step And I enter "reporting footnote" as the reporting footnote on the instructions step diff --git a/ui_tests/caseworker/features/give_advice/ogd_approve_advice.feature b/ui_tests/caseworker/features/give_advice/ogd_approve_advice.feature index d7e4c8d698..f7a13d9605 100644 --- a/ui_tests/caseworker/features/give_advice/ogd_approve_advice.feature +++ b/ui_tests/caseworker/features/give_advice/ogd_approve_advice.feature @@ -22,7 +22,7 @@ Feature: I want to record my user advice and any comments and conditions relatin And I enter "Hello World" as the approval reasons And I click add licence condition And I click continue - And I enter "licence condition" as the licence condition into the "other" checkbox + And I enter "licence condition" into the licence condition And I click continue And I enter "instruction for exporter" as the instructions for the exporter on the instructions step And I enter "reporting footnote" as the reporting footnote on the instructions step