Skip to content

Commit 8c1a9bb

Browse files
Update spec/system/pagination_spec.rb
Co-authored-by: Penar Musaraj <[email protected]>
1 parent e54c656 commit 8c1a9bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/system/pagination_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
expect(page).to have_css(".featured-topics-controls .right-page-button")
7474
expect(page).to have_css(".featured-topics-controls .left-page-button")
7575

76-
#Third page should have no right arrow, and only 2 featured topics
76+
# Third page should have no right arrow, and only 2 featured topics
7777
find(".featured-topics-controls .right-page-button").click
7878
expect(page).to have_css(".featured-topics .featured-topic", count: 2)
7979
expect(page).to have_css(".featured-topics-controls .page-button-container")

0 commit comments

Comments
 (0)