woocommerce/tests/e2e/specs/front-end/checkout-begin.test.js

7 lines
130 B
JavaScript
Raw Normal View History

2020-10-01 13:25:22 +00:00
/*
* Internal dependencies
*/
const { runCheckoutPageTest } = require( '@woocommerce/e2e-core-tests' );
runCheckoutPageTest();