Commit 4a09690e authored by Kamil Trzciński's avatar Kamil Trzciński

Fix dashboard controller specs

parent a5aa1d2f
...@@ -48,7 +48,7 @@ describe Projects::Security::DashboardController do ...@@ -48,7 +48,7 @@ describe Projects::Security::DashboardController do
expect(response).to have_gitlab_http_status(200) expect(response).to have_gitlab_http_status(200)
expect(response).to render_template(:show) expect(response).to render_template(:show)
expect(response.body).to have_css("div#js-security-report-app[data-has-pipeline-data=false]") expect(response.body).to have_css("div#js-security-report-app[data-has-pipeline-data=true]")
end end
end end
......
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