diff --git a/features/step_definitions/common_steps.rb b/features/step_definitions/common_steps.rb index ccf5cab06a918f0547bb4f7d6b86306b895579e9..b681a3a960540fc9df919e28144c57c285439436 100644 --- a/features/step_definitions/common_steps.rb +++ b/features/step_definitions/common_steps.rb @@ -506,7 +506,7 @@ Given /^the Tor Browser loads the (startup page|Tails homepage|Tails GitLab)$/ d when 'Tails homepage' titles = ['Tails'] when 'Tails GitLab' - titles = ['Groups · tails · GitLab'] + titles = ['tails · GitLab'] else raise "Unsupported page: #{page}" end