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

Run repro #22695 only against EE version (#23782)

parent 4ca26ab6
No related branches found
No related tags found
No related merge requests found
import { restore } from "__support__/e2e/helpers";
import { restore, describeEE } from "__support__/e2e/helpers";
import { USER_GROUPS, SAMPLE_DB_ID } from "__support__/e2e/cypress_data";
const { ALL_USERS_GROUP, DATA_GROUP } = USER_GROUPS;
describe("issue 22695 ", () => {
describeEE("issue 22695 ", () => {
beforeEach(() => {
cy.intercept("GET", "/api/search?*").as("searchResults");
......
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