Merge pull request #31725 from woocommerce/fix/31713
fix environment dependencies
This commit is contained in:
commit
df2b50cdb7
|
@ -9,8 +9,8 @@ const {
|
|||
uiUnblocked,
|
||||
evalAndClick,
|
||||
clickUpdateOrder,
|
||||
waitForSelector,
|
||||
} = require( '@woocommerce/e2e-utils' );
|
||||
const { waitForSelector } = require( '@woocommerce/e2e-environment' );
|
||||
|
||||
/**
|
||||
* Evaluate and click a button selector then wait for a result selector.
|
||||
|
|
|
@ -26,6 +26,7 @@
|
|||
|
||||
- Updated the browserViewport in `jest.setup.js` to match the `defaultViewport` dimensions defined in `jest-puppeteer.config.js`
|
||||
- Use consistent `defaultViewport` in both headless and non-headless context
|
||||
- Add missing `config` dependency
|
||||
|
||||
# 0.2.3
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@
|
|||
"@wordpress/jest-preset-default": "^7.1.3",
|
||||
"app-root-path": "^3.0.0",
|
||||
"commander": "4.1.1",
|
||||
"config": "3.3.3",
|
||||
"jest": "^25.1.0",
|
||||
"jest-circus": "25.1.0",
|
||||
"jest-each": "25.5.0",
|
||||
|
|
|
@ -155,6 +155,7 @@ importers:
|
|||
'@wordpress/jest-preset-default': ^7.1.3
|
||||
app-root-path: ^3.0.0
|
||||
commander: 4.1.1
|
||||
config: 3.3.3
|
||||
eslint: ^8.1.0
|
||||
jest: ^25.1.0
|
||||
jest-circus: 25.1.0
|
||||
|
@ -175,6 +176,7 @@ importers:
|
|||
'@wordpress/jest-preset-default': 7.1.3_@babel+core@7.12.9+jest@25.5.4
|
||||
app-root-path: 3.0.0
|
||||
commander: 4.1.1
|
||||
config: 3.3.3
|
||||
jest: 25.5.4
|
||||
jest-circus: 25.1.0
|
||||
jest-each: 25.5.0
|
||||
|
|
Loading…
Reference in New Issue