scenario "Action links remember the pagination setting and the filter" do
    allow(Comment).to receive(:default_per_page).and_return(2)
    4.times { create(:comment, :hidden, :with_confirmed_hide) }

    visit admin_hidden_comments_path(filter: "with_confirmed_hide", page: 2)