Skip to content
Snippets Groups Projects
Unverified Commit 3ad4c3b9 authored by Nemanja Glumac's avatar Nemanja Glumac Committed by GitHub
Browse files

#17186 Repro: People search dropdown goes outside of the screen (#17203)

parent 1211ded0
No related branches found
No related tags found
No related merge requests found
......@@ -81,6 +81,15 @@ describe("scenarios > dashboard > subscriptions", () => {
createEmailSubscription();
cy.findByText("Emailed daily at 8:00 AM");
});
it.skip("should not render people dropdown outside of the borders of the screen (metabase#17186)", () => {
openDashboardSubscriptions();
cy.findByText("Email it").click();
cy.findByPlaceholderText("Enter user names or email addresses").click();
popover().isRenderedWithinViewport();
});
});
describe("with existing subscriptions", () => {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment