Skip to content

Commit

Permalink
Merge pull request #6951 from alphagov/JessMcA-remove-27-Nov
Browse files Browse the repository at this point in the history
Update _electronic_travel_authorisation_advice.erb
  • Loading branch information
baisa authored Nov 27, 2024
2 parents 1d377d2 + a0911dd commit e256fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if calculator.passport_country_in_eta_rollout_group_1_rest_of_the_world? %>
^If you’re travelling on or after 8 January 2025, you’ll need to apply for an [electronic travel authorisation (ETA)](/guidance/apply-for-an-electronic-travel-authorisation-eta). You’ll be able to apply from 27 November 2024.
^If you’re travelling on or after 8 January 2025, you’ll need to apply for an [electronic travel authorisation (ETA)](/guidance/apply-for-an-electronic-travel-authorisation-eta).
<% elsif calculator.passport_country_in_eta_rollout_group_2_eu_eea? %>
^If you’re travelling on or after 2 April 2025, you’ll need to apply for an [electronic travel authorisation (ETA)](/guidance/apply-for-an-electronic-travel-authorisation-eta). You’ll be able to apply from 5 March 2025.
<% end %>
2 changes: 1 addition & 1 deletion test/flows/check_uk_visa_flow_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CheckUkVisaFlowTest < ActiveSupport::TestCase
@youth_mobility_scheme_country = "canada"

@non_visa_national_eta_text = "You currently do not need an electronic travel authorisation (ETA)"
@eta_rollout_group_1_rest_of_the_world_text = "If you’re travelling on or after 8 January 2025, you’ll need to apply for an electronic travel authorisation (ETA). You’ll be able to apply from 27 November 2024."
@eta_rollout_group_1_rest_of_the_world_text = "If you’re travelling on or after 8 January 2025, you’ll need to apply for an electronic travel authorisation (ETA)."
@eta_rollout_group_2_eu_eea_text = "If you’re travelling on or after 2 April 2025, you’ll need to apply for an electronic travel authorisation (ETA). You’ll be able to apply from 5 March 2025."
@eea_eta_text = "You currently do not need an electronic travel authorisation (ETA)"

Expand Down

0 comments on commit e256fc0

Please sign in to comment.