Skip to content

Commit

Permalink
NTR - Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisGarding committed Jun 21, 2023
1 parent d67d086 commit aec5907
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 15 deletions.
14 changes: 0 additions & 14 deletions Tests/E2E/helper/clearCacheHelper.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,5 @@ export default (function() {
});
});
},

makeCurl: async function() {
return new Promise((resolve, reject) => {
exec('curl localhost', (error, stdout, stderr) => {
// TODO: REMOVE AFTER DEBUG
console.log('OUT: ' + stdout);
// console.log('ERROR: ' + error);
// console.log('STD_ERROR: ' + stderr);
// TODO: REMOVE AFTER DEBUG

resolve();
});
});
}
};
}());
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ test.describe('Check the active state of PUI and ACDC', () => {

test('Check active state', async({ page }) => {
await backendLoginHelper.login(page);
await clearCacheHelper.makeCurl();

await page.hover('.customers--main');
await page.hover('.settings--payment-methods');
Expand Down

0 comments on commit aec5907

Please sign in to comment.