Browse Source

Navigation feature test does not need js

pull/708/head
baarkerlounger 3 years ago
parent
commit
7c6bb30166
  1. 2
      spec/features/form/form_navigation_spec.rb

2
spec/features/form/form_navigation_spec.rb

@ -46,7 +46,7 @@ RSpec.describe "Form Navigation" do
end
end
describe "Viewing a log", js: true do
describe "Viewing a log" do
it "questions can be accessed by url" do
visit("/logs/#{id}/person-1-age")
expect(page).to have_field("case-log-age1-field")

Loading…
Cancel
Save