diff --git a/test/integration/browse_test.rb b/test/integration/browse_test.rb index 024cfa4..bd543ec 100644 --- a/test/integration/browse_test.rb +++ b/test/integration/browse_test.rb @@ -3,7 +3,7 @@ require 'test_helper' class BrowserBrowseTest < ActionDispatch::IntegrationTest test "user can see home page" do 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 test "user can browse packages" do