More explicit test
This commit is contained in:
parent
6b9c9b1ea5
commit
50d09e3af6
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ require 'test_helper'
|
||||||
class BrowserBrowseTest < ActionDispatch::IntegrationTest
|
class BrowserBrowseTest < ActionDispatch::IntegrationTest
|
||||||
test "user can see home page" do
|
test "user can see home page" do
|
||||||
visit root_path
|
visit root_path
|
||||||
page.must_have_content 'This website lets you browse screenshots'
|
page.must_have_content /This website lets you browse screenshots of [\d,]+ software packages/
|
||||||
end
|
end
|
||||||
|
|
||||||
test "user can browse packages" do
|
test "user can browse packages" do
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue