Skip to content

Commit

Permalink
Update test name and resolve hound warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex committed Oct 31, 2023
1 parent bbeb30e commit 19eb4b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/features/forms/form/xlsform_export_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
login(user)
end

it "XML exports successfully" do
it "exports to XLSForm successfully" do
visit(form_path(form, locale: "en", mode: "m", mission_name: get_mission.compact_name))
click_link("Export XLSForm")

expect(page.current_url).to match("export_xls")
expect(page.body).to match("#{form.name}")
expect(page.body).to match(form.name.to_s)
expect(page.body).to match("text")
end
end
Expand Down

0 comments on commit 19eb4b5

Please sign in to comment.