We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2169634 commit d4b914bCopy full SHA for d4b914b
tests/e2e/src/main/npm/e2e/tests/analysis.e2e.ts
@@ -61,8 +61,7 @@ describe('For project with analysis', () => {
61
console.error('Wait until analysis is queued.......');
62
waitUntilCondition(200,() => {
63
return analysisList.getExecutions().then(executionList => {
64
- console.error(executionList);
65
- return executionList.length == 1 && executionList[0].status.search('Queued|progress') !== -1;
+ return executionList.length == 1 && executionList[0].status.search('progress') !== -1;
66
});
67
}, 3000)
68
.then(() => {
0 commit comments