diff --git a/spec/features/log_spec.rb b/spec/features/log_spec.rb index b53c076a5..2d9e72bfd 100644 --- a/spec/features/log_spec.rb +++ b/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