Skip to content

Commit ed06e5e

Browse files
chore: format
1 parent a11091d commit ed06e5e

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

tests/e2e/specs/admin.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* WordPress dependencies
33
*/
44
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );
5+
6+
/**
7+
* Internal dependencies
8+
*/
59
const { createChartWithAdmin, deleteAllCharts, waitForLibraryToLoad, createAllFreeCharts } = require('../utils/common');
610

711
test.describe( 'Chart Library', () => {

tests/e2e/specs/chart-sources.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* WordPress dependencies
33
*/
44
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );
5+
6+
/**
7+
* Internal dependencies
8+
*/
59
const { deleteAllCharts, getAssetFilePath, CHART_JS_LABELS, selectChartAdmin } = require('../utils/common');
610

711
test.describe( 'Data Free Sources', () => {

tests/e2e/specs/classic-editor.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* WordPress dependencies
33
*/
44
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );
5+
6+
/**
7+
* Internal dependencies
8+
*/
59
const { deleteAllCharts, createChartWithAdmin } = require('../utils/common');
610

711
test.describe( 'Charts with Classic Editor', () => {

tests/e2e/specs/gutenberg-editor.spec.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
* WordPress dependencies
33
*/
44
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );
5+
6+
/**
7+
* Internal dependencies
8+
*/
59
const { createChartWithAdmin, deleteAllCharts } = require('../utils/common');
610

711
test.describe( 'Charts with Gutenberg Editor', () => {

tests/e2e/utils/common.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
*/
44
const { Admin, expect, RequestUtils } = require( '@wordpress/e2e-test-utils-playwright' );
55

6+
7+
/**
8+
* Internal dependencies
9+
*/
610
const path = require('path');
711
const os = require('os');
812

0 commit comments

Comments
 (0)