Skip to content

Instantly share code, notes, and snippets.

@shankardevy
Last active August 18, 2017 04:28
Show Gist options
  • Save shankardevy/953487648d9fb296b3e9dfea217f5638 to your computer and use it in GitHub Desktop.
Save shankardevy/953487648d9fb296b3e9dfea217f5638 to your computer and use it in GitHub Desktop.
defmodule MangoWeb.HomepageTest do
use ExUnit.Case
use Hound.Helpers
hound_session()
test "presence of featured products" do
navigate_to("/")
assert page_source() =~ "Seasonal products"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment