Skip to content
Snippets Groups Projects
Unverified Commit a1fcec24 authored by Aleksandr Lesnenko's avatar Aleksandr Lesnenko Committed by GitHub
Browse files

run 24966 spec on ee only (#25134)

parent c565e0b3
No related merge requests found
......@@ -3,6 +3,7 @@ import {
visitQuestion,
visitDashboard,
filterWidget,
describeEE,
} from "__support__/e2e/helpers";
import { SAMPLE_DATABASE } from "__support__/e2e/cypress_sample_database";
......@@ -44,7 +45,7 @@ const dashboardFilter = {
const dashboardDetails = { parameters: [dashboardFilter] };
describe("issue 24966", () => {
describeEE("issue 24966", () => {
beforeEach(() => {
restore();
cy.signInAsAdmin();
......
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