Skip to content
Snippets Groups Projects
Unverified Commit 5ce7d75f authored by Jessica DeWitt's avatar Jessica DeWitt Committed by GitHub
Browse files

E2e to cy/delete empty drills (#12868)

* deleted SortAction.e2e.spec.js

* deleted QuickFilterDrill.e2e.spec.js

* deleted SummarizeColumnByTimeDrill.e2e.spec.js

* deleted TimeseriesPivotDrill.e2e.spec.js

* deleted SummarizeColumnDrill.e2e.spec.js
parent 03b2aa26
No related branches found
No related tags found
No related merge requests found
/* eslint-disable flowtype/require-valid-file-annotation */
describe("QuickFilterDrill", () => {
it("should return correct operators for various inputs", () => {
// This could also be in a separate unit test file
pending();
});
it("should produce correct query results for various inputs", () => {
// Would be nice to run an integration test here to make sure that the resulting MBQL is valid and runnable
pending();
});
});
/* eslint-disable flowtype/require-valid-file-annotation */
describe("SortAction drill", () => {
it("should return correct sort options for various inputs", () => {
pending();
});
it("should produce correct query results for various inputs", () => {
// Would be nice to run an integration test here to make sure that the resulting MBQL is valid and runnable
pending();
});
});
/* eslint-disable flowtype/require-valid-file-annotation */
describe("SummarizeColumnByTimeDrill", () => {
it("should produce correct query results for various inputs", () => {
// Would be nice to run an integration test here to make sure that the resulting MBQL is valid and runnable
pending();
});
});
/* eslint-disable flowtype/require-valid-file-annotation */
describe("SummarizeColumnDrill", () => {
it("should produce correct query results for various inputs", () => {
// Would be nice to run an integration test here to make sure that the resulting MBQL is valid and runnable
pending();
});
});
/* eslint-disable flowtype/require-valid-file-annotation */
describe("TimeseriesPivotDrill", () => {
it("should produce correct query results for various inputs", () => {
// Would be nice to run an integration test here to make sure that the resulting MBQL is valid and runnable
pending();
});
it("should accept the dimension value as a year string as in table visualization", () => {
// Intented to test that "Zoom In" for a table cell when you have broken out by year works correctly
// Could also be part of more comprehensive QB e2e test where the table cell is actually clicked
pending();
});
});
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