Skip to content
Snippets Groups Projects
Commit 68c8a198 authored by Nemanja's avatar Nemanja
Browse files

Fix test with old syntax

parent 9da8e0e3
Branches
Tags
No related merge requests found
......@@ -414,11 +414,10 @@ describe("scenarios > question > custom columns", () => {
it("should relay the type of a date field", () => {
openPeopleTable({ mode: "notebook" });
cy.findByText("Custom column").click();
popover().within(() => {
_typeUsingGet("[contenteditable='true']", "[Birth Date]", 400);
_typeUsingPlaceholder("Something nice and descriptive", "DoB");
cy.findByText("Done").click();
});
enterCustomColumnDetails({ formula: "[Birth Date]", name: "DoB" });
cy.findByText("Done").click();
cy.findByText("Filter").click();
popover()
.findByText("DoB")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment