Commit dd2ba194 authored by Kushal Pandya's avatar Kushal Pandya

Merge branch 'fix_cluster_application_feature_failing_locally' into 'master'

Fixes nil error in cluster app feature specs

See merge request gitlab-org/gitlab!25336
parents e0613e64 80fe5e27
......@@ -187,6 +187,8 @@ shared_examples "installing applications on a cluster" do
page.within('.js-cluster-application-row-elastic_stack') do
click_button 'Install'
end
wait_for_requests
end
it 'shows status transition' 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