fix assertion
This commit is contained in:
parent
9236af0712
commit
ab915419ae
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ class BrowsesTest < ApplicationSystemTestCase
|
|||
|
||||
test 'user can browse packages' do
|
||||
visit packages_grid_path
|
||||
has_link? href: packages_grid_path(page: 2)
|
||||
assert page.has_link?(nil, href: packages_grid_path(page: 2))
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue