Commit 789c6166 authored by Valerie Burton's avatar Valerie Burton

Fix NoMethodError in group_file_template_spec

parent b5084e3d
...@@ -99,7 +99,6 @@ module QA ...@@ -99,7 +99,6 @@ module QA
form.add_name("#{SecureRandom.hex(8)}/#{template[:file_name]}") form.add_name("#{SecureRandom.hex(8)}/#{template[:file_name]}")
form.commit_changes form.commit_changes
form.finished_loading?
aggregate_failures "indications of file created" do aggregate_failures "indications of file created" do
expect(form).to have_content(template[:file_name]) 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