Commit a355c022 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Merge branch 'fix-nomethoderror-for-group-file-template-spec' into 'master'

Fix NoMethodError for finished_loading? in group_file_template_spec

See merge request gitlab-org/gitlab!85239
parents c9fdcda2 789c6166
......@@ -99,7 +99,6 @@ module QA
form.add_name("#{SecureRandom.hex(8)}/#{template[:file_name]}")
form.commit_changes
form.finished_loading?
aggregate_failures "indications of file created" do
expect(form).to have_content(template[:file_name])
......
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