Skip to content

Commit 845eebe

Browse files
committed
fix linting issues
1 parent 69f64cd commit 845eebe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cypress/support/e2e.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// https://on.cypress.io/configuration
1414
// ***********************************************************
1515

16-
import 'cypress-xpath';
16+
import '@cypress/xpath';
1717
import { register } from '@cypress/snapshot';
1818
import { registerWpTestCommands } from 'cypress-wp-test-utils';
1919
import './commands';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@
3030
},
3131
"devDependencies": {
3232
"@cypress/snapshot": "^2.1.7",
33+
"@cypress/xpath": "^2.0.3",
3334
"@wordpress/base-styles": "^4.20.0",
3435
"@wordpress/env": "^5.14.0",
3536
"@wordpress/scripts": "^26.0.0",
3637
"cypress": "^12.8.1",
3738
"cypress-wp-test-utils": "^1.0.0",
38-
"@cypress/xpath": "^2.0.3",
3939
"eslint-plugin-cypress": "^2.12.1",
4040
"eslint-plugin-prettier": "^4.2.1",
4141
"lodash": "^4.17.21",

0 commit comments

Comments
 (0)