Commit 380fa883 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'remove-translation-dep-in-ca-spec' into 'master'

Remove translation dependency in CA spec

Closes #58653

See merge request gitlab-org/gitlab-ce!25882
parents b63efb09 82e48d8e
......@@ -90,25 +90,6 @@ describe 'Cycle Analytics', :js do
end
end
end
context "when my preferred language is Spanish" do
before do
user.update_attribute(:preferred_language, 'es')
project.add_maintainer(user)
sign_in(user)
visit project_cycle_analytics_path(project)
wait_for_requests
end
it 'shows the content in Spanish' do
expect(page).to have_content('Estado del Pipeline')
end
it 'resets the language to English' do
expect(I18n.locale).to eq(:en)
end
end
end
context "as a guest" do
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment