mirror of
https://github.com/valitydev/redash.git
synced 2024-11-06 09:05:17 +00:00
Share Embed Spec: Make sure query is executed (#5191)
This commit is contained in:
parent
2992c382d1
commit
8d548ecbac
@ -21,6 +21,8 @@ describe("Embedded Queries", () => {
|
||||
|
||||
// check the feature is disabled
|
||||
cy.visit(`/queries/${query.id}/source`);
|
||||
cy.getByTestId("ExecuteButton").click();
|
||||
cy.getByTestId("QueryPageVisualizationTabs", { timeout: 10000 }).should("exist");
|
||||
cy.getByTestId("QueryPageHeaderMoreButton").click();
|
||||
cy.get(".ant-dropdown-menu-item")
|
||||
.should("exist")
|
||||
|
Loading…
Reference in New Issue
Block a user