File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed
packages/devextreme/js/__internal/scheduler/__tests__ Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ describe('New Appointments', () => {
2828
2929 describe ( 'Templates' , ( ) => {
3030 describe ( 'AppointmentTemplate' , ( ) => {
31- it ( 'should call template function with correct paramteters ' , async ( ) => {
31+ it ( 'should call template function with correct parameters ' , async ( ) => {
3232 const appointmentTemplate = jest . fn ( ) ;
3333
3434 const appointmentData1 = {
@@ -177,10 +177,6 @@ describe('New Appointments', () => {
177177 const $appointment = $ ( POM . getAppointments ( ) [ 0 ] . element ) ;
178178 expect ( $appointment . text ( ) ) . toBe ( 'Appointment 1 Async' ) ;
179179 } ) ;
180-
181- it ( 'should call onAppointmentRendered action after appointment is rendered' , async ( ) => {
182-
183- } ) ;
184180 } ) ;
185181
186182 describe ( 'AppointmentCollectorTemplate' , ( ) => {
You can’t perform that action at this time.
0 commit comments