Skip to content
Snippets Groups Projects
Unverified Commit ff6ceec7 authored by metabase-bot[bot]'s avatar metabase-bot[bot] Committed by GitHub
Browse files

[E2E] Fix embedding flake in repro #20634 (#28892) (#28895)

parent ec2f766f
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@ import { restore, visitIframe } from "e2e/support/helpers";
describe("locked parameters in embedded question (metabase#20634)", () => {
beforeEach(() => {
cy.intercept("PUT", "/api/card/*").as("publishChanges");
restore();
cy.signInAsAdmin();
......@@ -46,6 +48,7 @@ describe("locked parameters in embedded question (metabase#20634)", () => {
// publish the embedded question so that we can directly navigate to its url
cy.findByText("Publish").click();
cy.wait("@publishChanges");
});
// directly navigate to the embedded question
......
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