Skip to content
Snippets Groups Projects
Unverified Commit f0f8630f authored by Uladzimir Havenchyk's avatar Uladzimir Havenchyk Committed by GitHub
Browse files

Use People table from sample DB in e2e (#39191)

parent c8fb1bec
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ import {
openUnpinnedItemMenu,
} from "e2e/support/helpers";
const { ORDERS, ORDERS_ID } = SAMPLE_DATABASE;
const { ORDERS, ORDERS_ID, PEOPLE } = SAMPLE_DATABASE;
const DASHBOARD_NAME = "Orders in a dashboard";
const QUESTION_NAME = "Orders, Count";
......@@ -66,7 +66,7 @@ const SQL_QUESTION_DETAILS_WITH_DEFAULT_VALUE = {
id: "4b77cc1f-ea70-4ef6-84db-58432fce6928",
"display-name": "date",
default: "1999-02-26~2024-02-26",
dimension: ["field", 18 /* PEOPLE.BIRTH_DATE */, null],
dimension: ["field", PEOPLE.BIRTH_DATE, null],
"widget-type": "date/range",
},
},
......
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