diff --git a/editor/store/test/selectors.js b/editor/store/test/selectors.js index 499fcc69fe311..b0948eecfd65f 100644 --- a/editor/store/test/selectors.js +++ b/editor/store/test/selectors.js @@ -2518,7 +2518,7 @@ describe( 'selectors', () => { } ); describe( 'isFetchingReusableBlock', () => { - it( 'should return false when the block is not being saved', () => { + it( 'should return false when the block is not being fetched', () => { const state = { reusableBlocks: { isFetching: {}, @@ -2529,7 +2529,7 @@ describe( 'selectors', () => { expect( isFetching ).toBe( false ); } ); - it( 'should return true when the block is being saved', () => { + it( 'should return true when the block is being fetched', () => { const state = { reusableBlocks: { isFetching: {