Skip to content

Commit 4bf8e39

Browse files
committed
test: minor refactoring
1 parent 6a9c56f commit 4bf8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/devextreme/js/__internal/scheduler/appointment_popup/appointment_popup.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ describe('Appointment Popup Form', () => {
483483

484484
const recurrenceGroup = $(POM.popup.recurrenceGroup);
485485

486-
expect(recurrenceGroup.hasClass('dx-scheduler-form-recurrence-group-hidden')).toBe(true);
486+
expect(recurrenceGroup.hasClass(CLASSES.recurrenceGroupHidden)).toBe(true);
487487
});
488488

489489
it('Should discard recurrence changes when clicking \'cancel\' button in recurrence form', async () => {

0 commit comments

Comments
 (0)