fix assertion

This commit is contained in:
Christoph Haas 2026-02-25 00:50:02 +01:00
parent 9236af0712
commit ab915419ae

View file

@ -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