Skip to content
Snippets Groups Projects
Unverified Commit c7202934 authored by Ariya Hidayat's avatar Ariya Hidayat Committed by GitHub
Browse files

Binning E2E tests: ensure that the query result is available (#19967)

parent 17c5551d
Branches
Tags
No related merge requests found
......@@ -101,6 +101,7 @@ const LONGITUDE_BUCKETS = [
describe("scenarios > binning > binning options", () => {
beforeEach(() => {
cy.intercept("POST", "/api/dataset").as("dataset");
restore();
cy.signInAsAdmin();
});
......@@ -181,6 +182,9 @@ describe("scenarios > binning > binning options", () => {
context("via time series footer", () => {
it("should render time series binning options correctly", () => {
openTable({ table: ORDERS_ID });
cy.wait("@dataset");
cy.findByText("Created At").click();
cy.findByText("Distribution").click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment