@@ -202,7 +202,7 @@ describe('ReportActionsView', () => {
202202 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
203203 return [ false , { status : 'loaded' } ] ;
204204 }
205- if ( key . includes ( 'reportMetadata ' ) ) {
205+ if ( key . includes ( 'reportLoadingState ' ) ) {
206206 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
207207 }
208208 if ( key . includes ( 'reportActions' ) ) {
@@ -236,7 +236,7 @@ describe('ReportActionsView', () => {
236236 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
237237 return [ false , { status : 'loaded' } ] ;
238238 }
239- if ( key . includes ( 'reportMetadata ' ) ) {
239+ if ( key . includes ( 'reportLoadingState ' ) ) {
240240 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
241241 }
242242 if ( key . includes ( 'reportActions' ) ) {
@@ -273,7 +273,7 @@ describe('ReportActionsView', () => {
273273 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
274274 return [ false , { status : 'loaded' } ] ;
275275 }
276- if ( key . includes ( 'reportMetadata ' ) ) {
276+ if ( key . includes ( 'reportLoadingState ' ) ) {
277277 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
278278 }
279279 if ( key . includes ( 'reportActions' ) ) {
@@ -305,7 +305,7 @@ describe('ReportActionsView', () => {
305305 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
306306 return [ false , { status : 'loaded' } ] ;
307307 }
308- if ( key . includes ( 'reportMetadata ' ) ) {
308+ if ( key . includes ( 'reportLoadingState ' ) ) {
309309 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
310310 }
311311 if ( key . includes ( 'reportActions' ) ) {
@@ -337,7 +337,7 @@ describe('ReportActionsView', () => {
337337 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
338338 return [ false , { status : 'loaded' } ] ;
339339 }
340- if ( key . includes ( 'reportMetadata ' ) ) {
340+ if ( key . includes ( 'reportLoadingState ' ) ) {
341341 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
342342 }
343343 if ( key . includes ( 'reportActions' ) ) {
@@ -403,7 +403,7 @@ describe('ReportActionsView', () => {
403403 if ( key === ONYXKEYS . RAM_ONLY_ARE_TRANSLATIONS_LOADING ) {
404404 return [ false , { status : 'loaded' } ] ;
405405 }
406- if ( key . includes ( 'reportMetadata ' ) ) {
406+ if ( key . includes ( 'reportLoadingState ' ) ) {
407407 return [ { isLoadingInitialReportActions : false , hasOnceLoadedReportActions : true } , { status : 'loaded' } ] ;
408408 }
409409 if ( key . includes ( 'reportActions' ) ) {
0 commit comments