it("should not show the run overlay when we apply dashboard filter on a question with removed column and then click through its title (metabase#17514-1)",()=>{
editDashboard();
openVisualizationOptions();
hideColumn("Products → Ean");
closeModal();
saveDashboard();
filterWidget().click();
setAdHocFilter({timeBucket:"Years"});
cy.findByText("Previous 30 Years");
cy.findByText("17514").click();
// Cypress cannot click elements that are blocked by an overlay so this will immediately fail if the issue is not fixed