Skip to content

Commit

Permalink
test: Remove unnecessary clearClipboard usage
Browse files Browse the repository at this point in the history
This became unnecessary when the clipboard-related tests were removed in
#55541.
  • Loading branch information
dcalhoun committed Nov 1, 2023
1 parent 1f90757 commit f37dbd6
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,10 @@
* Internal dependencies
*/
import { blockNames } from './pages/editor-page';
import { clearClipboard, dragAndDropAfterElement } from './helpers/utils';
import { dragAndDropAfterElement } from './helpers/utils';
import testData from './helpers/test-data';

describe( 'Gutenberg Editor Drag & Drop blocks tests', () => {
beforeEach( async () => {
await clearClipboard( editorPage.driver );
} );

it( 'should be able to drag & drop a block', async () => {
// Initialize the editor with a Spacer and Paragraph block
await editorPage.initializeEditor( {
Expand Down

0 comments on commit f37dbd6

Please sign in to comment.