Skip to content

Commit

Permalink
Removed console log
Browse files Browse the repository at this point in the history
Signed-off-by: Neha Gokhale <[email protected]>
  • Loading branch information
nmgokhale committed Apr 17, 2024
1 parent 18a32bb commit a9fc594
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ describe("error messages renders correctly for datefield controls", () => {

it("should render `DatefieldControl` with light mode enabled", () => {
const dateWrapper = wrapper.find("div[data-id='properties-ctrl-date_mdy']");
console.log(dateWrapper.debug());
expect(dateWrapper.find(".cds--layer-two")).to.have.length(1); // light enabled
expect(dateWrapper.find(".cds--layer-one")).to.have.length(0); // light disabled
});
Expand Down

0 comments on commit a9fc594

Please sign in to comment.