Browse Source

testing present button

pull/608/head
JG 3 years ago
parent
commit
54c9ae32f4
  1. 1
      spec/features/log_spec.rb

1
spec/features/log_spec.rb

@ -18,6 +18,7 @@ RSpec.describe "Log Features" do
it "there is a search bar for logs" do
expect(page).to have_field("search-field")
expect(page).to have_content("Search by log ID, tenant code, property reference or postcode")
expect(page).to have_button("Search")
end
end
end

Loading…
Cancel
Save