Merge remote-tracking branch 'origin/v8/8.7' into v8/feature/block-editor-list-validation
This commit is contained in:
@@ -209,6 +209,9 @@
|
||||
|
||||
var blockObject = modelObject.getBlockObject(layout[0]);
|
||||
|
||||
expect(blockObject).not.toBeUndefined();
|
||||
expect(blockObject).not.toBe(null);
|
||||
|
||||
// remove from layout;
|
||||
layout.splice(0, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user