We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54c656 commit 8c1a9bbCopy full SHA for 8c1a9bb
spec/system/pagination_spec.rb
@@ -73,7 +73,7 @@
73
expect(page).to have_css(".featured-topics-controls .right-page-button")
74
expect(page).to have_css(".featured-topics-controls .left-page-button")
75
76
- #Third page should have no right arrow, and only 2 featured topics
+ # Third page should have no right arrow, and only 2 featured topics
77
find(".featured-topics-controls .right-page-button").click
78
expect(page).to have_css(".featured-topics .featured-topic", count: 2)
79
expect(page).to have_css(".featured-topics-controls .page-button-container")
0 commit comments