Skip to content

Commit 621c6a4

Browse files
committed
fix lint & test
1 parent 2d8f2bd commit 621c6a4

File tree

2 files changed

+0
-5
lines changed
  • e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm
  • packages/devextreme-scss/scss/widgets/base/scheduler

2 files changed

+0
-5
lines changed

e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/form.visual.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,6 @@ test.meta({ browserSize: [1500, 1500] })('appointment form resource with multipl
234234
startDate: new Date('2021-04-26T16:30:00.000Z'),
235235
endDate: new Date('2021-04-26T18:30:00.000Z'),
236236
allDay: false,
237-
recurrenceRule: 'FREQ=WEEKLY;BYDAY=MO,TH;COUNT=10',
238237
assigneeId: [1, 2, 3, 4],
239238
roomId: 1,
240239
priorityId: 1,

packages/devextreme-scss/scss/widgets/base/scheduler/_index.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -507,10 +507,6 @@ $scheduler-appointment-form-label-padding: 20px;
507507
align-items: start;
508508
}
509509

510-
.dx-scheduler-form-icon {
511-
margin-top: $scheduler-appointment-popup-icon-margin-top;
512-
}
513-
514510
.dx-scheduler-form-icon {
515511
display: flex;
516512
align-items: center;

0 commit comments

Comments
 (0)