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

Repro #28673: Dashboard subscription attachments are sent by default (#28681)

[ci skip]
parent ee44d788
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,16 @@ describe("scenarios > dashboard > subscriptions", () => {
popover().isRenderedWithinViewport();
});
it.skip("should not send attachments by default if not explicitly selected (metabase#28673)", () => {
openDashboardSubscriptions();
assignRecipient();
cy.findByLabelText("Attach results").should("not.be.checked");
sendEmailAndAssert(
({ attachments }) => expect(attachments).to.be.empty,
);
});
});
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