Skip to content

Commit

Permalink
Mobile - React native editor test - Revert block list change, this wi…
Browse files Browse the repository at this point in the history
…ll be needed once the quote block v2 is enabled by default
  • Loading branch information
geriux committed Apr 8, 2022
1 parent a1a30af commit bff00a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/react-native-editor/src/test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ describe( 'Register Gutenberg', () => {
{},
{ component: EditorComponent }
);
// Inner blocks create BlockLists so let's take into account selecting the main one
const blockList = screen.getAllByTestId( 'block-list-wrapper' )[ 0 ];
const blockList = screen.getByTestId( 'block-list-wrapper' );

expect( blockList ).toBeVisible();
expect( console ).toHaveLoggedWith( 'Hermes is: true' );
Expand Down

0 comments on commit bff00a3

Please sign in to comment.