Export product "verify and publish" E2E test helper method.

This commit is contained in:
Jeff Stieler 2020-01-24 18:32:12 -07:00
parent cf8cd110e8
commit 933916e4c2
1 changed files with 5 additions and 1 deletions

View File

@ -175,4 +175,8 @@ const createVariableProduct = async () => {
return variablePostIdValue;
};
export { createSimpleProduct, createVariableProduct };
export {
createSimpleProduct,
createVariableProduct,
verifyAndPublish,
};