diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2016-12-09 16:16:14 +0000 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2016-12-12 12:44:46 +0000 |
commit | 52e0c4ba916d2cbc9bdb0fa0782c6b705c03c5a6 (patch) | |
tree | 93926df8a1b9cacda3945870dbc158f663192b9e /spec/views | |
parent | 94e0f402334af845bb44e92a3e2646780d633ce2 (diff) | |
download | gitlab-ce-52e0c4ba916d2cbc9bdb0fa0782c6b705c03c5a6.tar.gz |
Fix tests25483-broken-tabs
Fix broken tests
Diffstat (limited to 'spec/views')
-rw-r--r-- | spec/views/projects/pipelines/show.html.haml_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/views/projects/pipelines/show.html.haml_spec.rb b/spec/views/projects/pipelines/show.html.haml_spec.rb index bf027499c94..a066ea078e6 100644 --- a/spec/views/projects/pipelines/show.html.haml_spec.rb +++ b/spec/views/projects/pipelines/show.html.haml_spec.rb @@ -28,7 +28,7 @@ describe 'projects/pipelines/show' do it 'shows a graph with grouped stages' do render - expect(rendered).to have_css('.pipeline-graph') + expect(rendered).to have_css('.js-pipeline-graph') expect(rendered).to have_css('.grouped-pipeline-dropdown') # stages |