function clear_tickets() {
  $('#top-navigation').click();
  $("[data-test-link='Spam']").click();
  setTimeout(clear_tickets, 2000);
}