Skip to content

Commit ca7d26f

Browse files
committed
chore: broken test
1 parent ec00439 commit ca7d26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/main/cypress/specs/DatePicker.cy.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -911,7 +911,7 @@ describe("Date Picker Tests", () => {
911911
.should("have.text", "0001");
912912
});
913913

914-
it("placeholder, based on the formatPattern", () => {
914+
it.only("placeholder, based on the formatPattern", () => {
915915
cy.mount(<DatePicker formatPattern="MMM d, y"></DatePicker>);
916916

917917
cy.get("[ui5-date-picker]")

0 commit comments

Comments
 (0)