commercetools-8.x-1.2-alpha1/modules/commercetools_content/tests/src/Nightwatch/Tests/contentTranslationTest.js
modules/commercetools_content/tests/src/Nightwatch/Tests/contentTranslationTest.js
const checkTranslations = require('../../../../../../tests/src/Nightwatch/Lib/checkTranslations');
const getBeforeAfterFunctions = require('../../../../../../tests/src/Nightwatch/Lib/getBeforeAfterFunctions');
module.exports = {
...getBeforeAfterFunctions(__filename, { feature: 'locale' }),
'Check content translations': (browser) => {
checkTranslations(browser, 'commercetools_content');
},
};
