Skip to content

Commit

Permalink
Merge pull request #5986 from wordpress-mobile/fix/sanity-test-1-errors
Browse files Browse the repository at this point in the history
RN upgrade: Fix test suite 1 errors
  • Loading branch information
Siobhan Bamber authored Jul 24, 2023
2 parents 366724e + c9aa893 commit ee7d4c3
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const {
import { NESTED_COLUMNS_3_LEVELS } from './test-editor-data';

const ANDROID_COLUMN_APPENDER_BUTTON_XPATH =
'//android.widget.Button[@content-desc="Column Block. Row 1"]/android.view.ViewGroup[2]/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.widget.Button';
'//android.widget.Button[@content-desc="Column Block. Row 1"]/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.view.ViewGroup/android.widget.Button';

describe( 'Gutenberg Editor - Test Suite 1', () => {
describe( 'Columns block', () => {
Expand Down Expand Up @@ -49,6 +49,9 @@ describe( 'Gutenberg Editor - Test Suite 1', () => {
blockNames.columns
);
await columnsBlock.click();

await editorPage.moveBlockSelectionUp( { toRoot: true } );

await editorPage.removeBlock();
} );

Expand Down

0 comments on commit ee7d4c3

Please sign in to comment.