commercetools-8.x-1.2-alpha1/modules/commercetools_decoupled/tests/src/Nightwatch/Tests/decoupledErrorsTest.js
modules/commercetools_decoupled/tests/src/Nightwatch/Tests/decoupledErrorsTest.js
const checkErrors = require('../../../../../../tests/src/Nightwatch/Lib/checkErrors');
const getBeforeAfterFunctions = require('../../../../../../tests/src/Nightwatch/Lib/getBeforeAfterFunctions');
module.exports = {
...getBeforeAfterFunctions(__filename, { skipDrupalLogsErrorCheck: true }),
'Check decoupled page errors': (browser) => {
checkErrors(browser, 'commercetools_decoupled');
},
};
