@@ -183,7 +183,7 @@ describe('RegistrationPage', () => {
183183 password : 'password1' ,
184184 country : 'Pakistan' ,
185185 honor_code : true ,
186- totalRegistrationTime : 0 ,
186+ total_registration_time : 0 ,
187187 next : '/course/demo-course-url' ,
188188 } ;
189189
@@ -206,7 +206,7 @@ describe('RegistrationPage', () => {
206206 country : 'Pakistan' ,
207207 honor_code : true ,
208208 social_auth_provider : 'Apple' ,
209- totalRegistrationTime : 0 ,
209+ total_registration_time : 0 ,
210210 } ;
211211
212212 store = mockStore ( {
@@ -239,7 +239,7 @@ describe('RegistrationPage', () => {
239239 password : 'password1' ,
240240 country : 'Ukraine' ,
241241 honor_code : true ,
242- totalRegistrationTime : 0 ,
242+ total_registration_time : 0 ,
243243 } ;
244244
245245 store . dispatch = jest . fn ( store . dispatch ) ;
@@ -264,7 +264,7 @@ describe('RegistrationPage', () => {
264264 password : 'password1' ,
265265 country : 'Ukraine' ,
266266 honor_code : true ,
267- totalRegistrationTime : 0 ,
267+ total_registration_time : 0 ,
268268 } ;
269269
270270 store . dispatch = jest . fn ( store . dispatch ) ;
@@ -290,7 +290,7 @@ describe('RegistrationPage', () => {
290290 password : 'password1' ,
291291 country : 'Pakistan' ,
292292 honor_code : true ,
293- totalRegistrationTime : 0 ,
293+ total_registration_time : 0 ,
294294 marketing_emails_opt_in : true ,
295295 } ;
296296
@@ -317,7 +317,7 @@ describe('RegistrationPage', () => {
317317 password : 'password1' ,
318318 country : 'Pakistan' ,
319319 honor_code : true ,
320- totalRegistrationTime : 0 ,
320+ total_registration_time : 0 ,
321321 } ;
322322
323323 store . dispatch = jest . fn ( store . dispatch ) ;
@@ -882,7 +882,7 @@ describe('RegistrationPage', () => {
882882 email : 'john.doe@example.com' ,
883883 country : 'PK' ,
884884 social_auth_provider : 'Apple' ,
885- totalRegistrationTime : 0 ,
885+ total_registration_time : 0 ,
886886 } ) ) ;
887887 } ) ;
888888 } ) ;
0 commit comments