|
|
|
@ -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 |
|
|
|
|