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

Unskip repro for #14957: Saving a question before query has been executed can...

Unskip repro for #14957: Saving a question before query has been executed can be slow with UI "hanging" (#44825)
parent 88a31b41
No related branches found
No related tags found
No related merge requests found
......@@ -312,9 +312,9 @@ describe("postgres > user > query", { tags: "@external" }, () => {
});
});
const PG_DB_NAME = "QA Postgres12";
describe("issue 14957", { tags: "@external" }, () => {
const PG_DB_NAME = "QA Postgres12";
describe.skip("issue 14957", { tags: "@external" }, () => {
beforeEach(() => {
restore("postgres-12");
cy.signInAsAdmin();
......@@ -323,12 +323,7 @@ describe.skip("issue 14957", { tags: "@external" }, () => {
it("should save a question before query has been executed (metabase#14957)", () => {
openNativeEditor({ databaseName: PG_DB_NAME }).type("select pg_sleep(60)");
// eslint-disable-next-line no-unscoped-text-selectors -- deprecated usage
cy.findByText("Save").click();
cy.findByLabelText("Name").type("14957");
cy.button("Save").click();
saveQuestion("14957");
modal().should("not.exist");
});
});
......
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