Changed label
This commit is contained in:
parent
0bf9d74a46
commit
e82696759d
|
|
@ -65,12 +65,12 @@ describe("DatePicker Widget Functionality", function() {
|
||||||
cy.CheckWidgetProperties(commonlocators.requiredCheckbox);
|
cy.CheckWidgetProperties(commonlocators.requiredCheckbox);
|
||||||
cy.get(formWidgetsPage.datepickerWidget + " .bp3-label").should(
|
cy.get(formWidgetsPage.datepickerWidget + " .bp3-label").should(
|
||||||
"contain.text",
|
"contain.text",
|
||||||
"From Date *",
|
"From Date",
|
||||||
);
|
);
|
||||||
cy.PublishtheApp();
|
cy.PublishtheApp();
|
||||||
cy.get(publishPage.datepickerWidget + " .bp3-label").should(
|
cy.get(publishPage.datepickerWidget + " .bp3-label").should(
|
||||||
"contain.text",
|
"contain.text",
|
||||||
"From Date *",
|
"From Date",
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user