commercetools-8.x-1.2-alpha1/modules/commercetools_demo/tests/src/Nightwatch/Tests/demoContentSmokeTest.js
modules/commercetools_demo/tests/src/Nightwatch/Tests/demoContentSmokeTest.js
const getBeforeAfterFunctions = require('../../../../../../tests/src/Nightwatch/Lib/getBeforeAfterFunctions');
const smokeTestDemo = require('../Lib/smokeTestDemo');
module.exports = {
...getBeforeAfterFunctions(__filename, {
testingModuleName: 'commercetools_content',
}),
'Content demo smoke test': (browser) => {
smokeTestDemo(browser);
},
};
