Skip to content
Snippets Groups Projects
Unverified Commit 0691779d authored by Romeo Van Snick's avatar Romeo Van Snick Committed by GitHub
Browse files

Fix broken test in drill extraction (#42202)

parent bf6a6d33
No related branches found
No related tags found
No related merge requests found
...@@ -304,7 +304,7 @@ describeWithSnowplow("extract action", () => { ...@@ -304,7 +304,7 @@ describeWithSnowplow("extract action", () => {
}); });
describe("url columns", () => { describe("url columns", () => {
beforeEach(function () { beforeEach(() => {
restore(); restore();
cy.signInAsAdmin(); cy.signInAsAdmin();
...@@ -381,6 +381,7 @@ describeWithSnowplow("extract action", () => { ...@@ -381,6 +381,7 @@ describeWithSnowplow("extract action", () => {
column: "Created At", column: "Created At",
option: "Year", option: "Year",
value: "2,025", value: "2,025",
extraction: "Extract day, month…",
}); });
expectGoodSnowplowEvent({ expectGoodSnowplowEvent({
......
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