diff --git a/caseworker/advice/forms/approval.py b/caseworker/advice/forms/approval.py index d43be45a76..85eacf507c 100644 --- a/caseworker/advice/forms/approval.py +++ b/caseworker/advice/forms/approval.py @@ -119,7 +119,7 @@ class Layout: TITLE = "Add licence conditions (optional)" proviso = forms.CharField( - widget=forms.Textarea(attrs={"rows": 7, "class": "govuk-!-margin-top-4"}), + widget=forms.Textarea(attrs={"rows": 7}), label="Licence condition", required=False, ) diff --git a/ui_tests/caseworker/features/give_advice/lu_consolidate_advice.feature b/ui_tests/caseworker/features/give_advice/lu_consolidate_advice.feature index ef6b7e69dd..72755b3432 100644 --- a/ui_tests/caseworker/features/give_advice/lu_consolidate_advice.feature +++ b/ui_tests/caseworker/features/give_advice/lu_consolidate_advice.feature @@ -102,7 +102,7 @@ Feature: I want to record my user advice and any comments and conditions relatin And I enter "reason for approving" as the approval reasons And I click add licence condition And I click continue - And I enter "MOD licence condition" as the licence condition into the "other" checkbox + And I enter "MOD 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_approve_advice.feature b/ui_tests/caseworker/features/give_advice/mod_approve_advice.feature index 0fe18d2975..6cc0695655 100644 --- a/ui_tests/caseworker/features/give_advice/mod_approve_advice.feature +++ b/ui_tests/caseworker/features/give_advice/mod_approve_advice.feature @@ -54,7 +54,7 @@ Feature: I want to record my user advice and any comments and conditions relatin And I enter "reason for approving" 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_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