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

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