-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,6 +45,10 @@ test.describe( 'Inserting blocks (@firefox, @webkit)', () => { | |
{ name: 'core/image' }, | ||
{ name: 'core/paragraph' }, | ||
] ); | ||
|
||
await expect( | ||
editor.canvas.locator( '[data-type="core/paragraph"]' ) | ||
).toBeFocused(); | ||
Check failure on line 51 in test/e2e/specs/editor/various/inserting-blocks.spec.js
|
||
} ); | ||
|
||
test( 'inserts blocks by dragging and dropping from the global inserter', async ( { | ||
|