scenario "is not present on large screens" do
      visit admin_root_path

      expect(page).not_to have_button "Menu"
    end