commercetools-8.x-1.2-alpha1/modules/commercetools_demo/tests/src/Nightwatch/Tests/anonymousDecoupledCartTest.js
modules/commercetools_demo/tests/src/Nightwatch/Tests/anonymousDecoupledCartTest.js
const getBeforeAfterFunctions = require('../../../../../../tests/src/Nightwatch/Lib/getBeforeAfterFunctions');
const checkoutTestDemo = require('../Lib/checkoutTestDemo');
module.exports = {
...getBeforeAfterFunctions(__filename, {
testingModuleName: 'commercetools_decoupled',
}),
'Check decoupled anonymous cart processing': (browser) => {
checkoutTestDemo(browser);
},
};
