We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a9c56f commit 4bf8e39Copy full SHA for 4bf8e39
packages/devextreme/js/__internal/scheduler/appointment_popup/appointment_popup.test.ts
@@ -483,7 +483,7 @@ describe('Appointment Popup Form', () => {
483
484
const recurrenceGroup = $(POM.popup.recurrenceGroup);
485
486
- expect(recurrenceGroup.hasClass('dx-scheduler-form-recurrence-group-hidden')).toBe(true);
+ expect(recurrenceGroup.hasClass(CLASSES.recurrenceGroupHidden)).toBe(true);
487
});
488
489
it('Should discard recurrence changes when clicking \'cancel\' button in recurrence form', async () => {
0 commit comments