Skip to content

Commit

Permalink
test(e2e): fix ANR test
Browse files Browse the repository at this point in the history
  • Loading branch information
noomorph authored Oct 10, 2023
1 parent 68d7b30 commit 0ad512d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detox/test/e2e/19.app-responsiveness.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ describe(':android: App responsiveness', () => {
logInterceptor.stopAll();
}

if (!logInterceptor.strerrData.includes('APP_NONRESPONSIVE')) {
if (!logInterceptor.strerrData.includes('Application Not Responding')) {
console.error('APP_NONRESPONSIVE warning-log was expected, but got:\n'+logInterceptor.strerrData);
throw new Error('APP_NONRESPONSIVE not found in intercepted log');
}
Expand Down

0 comments on commit 0ad512d

Please sign in to comment.