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

Properly reference repro for #8030 (#24556)

parent 16748849
No related branches found
No related tags found
No related merge requests found
......@@ -26,13 +26,13 @@ const dashboardDetails = {
parameters: [filterDetails],
};
describe("issue 22197", () => {
describe("issue 8030", () => {
beforeEach(() => {
restore();
cy.signInAsAdmin();
});
it("should not reload cards in a dashboard when corresponding filters are not changed (metabase#22197)", () => {
it("should not reload dashboard cards not connected to a filter (metabase#8030)", () => {
createQuestionsAndDashboard().then(
({ dashboard_id, card1_id, card2_id }) => {
interceptRequests({ dashboard_id, card1_id, card2_id });
......
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