Use anchors in comments order and pagination links

It was a bit frustrating to click on one of the order elements or the
link to the next page and having to scroll down again until reaching the
comments.
This commit is contained in:
Javi Martín
2021-06-27 17:09:25 +02:00
parent cdd1e04550
commit 93f3411a30
11 changed files with 33 additions and 7 deletions

View File

@@ -161,6 +161,7 @@ describe "Internal valuation comments on Budget::Investments" do
end
expect(page).to have_css(".comment", count: 2)
expect(page).to have_current_path(/#comments/, url: true)
end
end