add missing test stubs

This commit is contained in:
Ron Rennick 2020-10-01 10:25:22 -03:00
parent be15429c30
commit 8910357437
4 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,6 @@
/*
* Internal dependencies
*/
const { runCartPageTest } = require( '@woocommerce/e2e-core-tests' );
runCartPageTest();

View File

@ -0,0 +1,6 @@
/*
* Internal dependencies
*/
const { runCheckoutPageTest } = require( '@woocommerce/e2e-core-tests' );
runCheckoutPageTest();

View File

@ -0,0 +1,6 @@
/*
* Internal dependencies
*/
const { runMyAccountPageTest } = require( '@woocommerce/e2e-core-tests' );
runMyAccountPageTest();

View File

@ -0,0 +1,6 @@
/*
* Internal dependencies
*/
const { runSingleProductPageTest } = require( '@woocommerce/e2e-core-tests' );
runSingleProductPageTest();