Skip to content

Commit

Permalink
TASK: Redo 3592 the fix reappeared in the 9.0 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mhsdesign committed Sep 25, 2023
1 parent 0f1df5f commit ffd39ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Tests/IntegrationTests/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export async function checkPropTypes() {
if (error[0] && error[0].search('Warning: Unsafe legacy lifecycles') >= 0) {
delete error[0];
}
// Quick fix to be able to use node 16 with testcafe @see https://github.com/DevExpress/testcafe/issues/7097
if (error[0] && error[0].search('hammerhead.js') >= 0) {
delete error[0];
}
if (error[0]) {
console.log('These console errors were the cause of the failed test:', error);
}
Expand Down

0 comments on commit ffd39ab

Please sign in to comment.