diff --git a/spec/features/translations_spec.rb b/spec/features/translations_spec.rb index 95ec3dd53..61c674e7b 100644 --- a/spec/features/translations_spec.rb +++ b/spec/features/translations_spec.rb @@ -98,7 +98,7 @@ feature "Translations" do expect(page).to have_content("Description in English") select('Português', from: 'locale-switcher') - click_link("Seguimiento (1)") + click_link("Milestones (1)") expect(page).to have_content('Description in pt-BR') end