Skip to content
Snippets Groups Projects

Implement searching, storing and revisiting searches

3 files
+ 12
4
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -140,7 +140,6 @@ defmodule PropertySearchContext do
then_ ~r/^I should see "(?<count>[^"]+)" properties$/, fn state, %{ count: count } ->
el_count = length(find_all_elements(:class, "property-card"))
IO.inspect(el_count)
assert el_count == String.to_integer(count)
{:ok, state}
end
Loading