-
Task
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
None
-
False
-
---
-
---
There are kie-tools chrome extension test failures. It seems incopatible chrome and chromedriver.
For more details see https://github.com/kiegroup/kie-tools/runs/5829826102?check_suite_focus=true
chrome-extension-pack-kogito-kie-editors: FAIL it-tests/tests/BpmnTest.ts (10.331 s) chrome-extension-pack-kogito-kie-editors: ● BpmnTest chrome-extension-pack-kogito-kie-editors: SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 98 chrome-extension-pack-kogito-kie-editors: Current browser version is 100.0.4896.60 with binary path /usr/bin/google-chrome chrome-extension-pack-kogito-kie-editors: at Object.throwDecodedError (../../node_modules/selenium-webdriver/lib/error.js:539:15) chrome-extension-pack-kogito-kie-editors: at parseHttpResponse (../../node_modules/selenium-webdriver/lib/http.js:647:13) chrome-extension-pack-kogito-kie-editors: at Executor.execute (../../node_modules/selenium-webdriver/lib/http.js:573:28) chrome-extension-pack-kogito-kie-editors: ● BpmnTest chrome-extension-pack-kogito-kie-editors: TypeError: Cannot read properties of undefined (reading 'openPage') chrome-extension-pack-kogito-kie-editors: 39 | const TASK_NODE_NAME = "MyTask"; chrome-extension-pack-kogito-kie-editors: 40 | chrome-extension-pack-kogito-kie-editors: > 41 | const gitHubListPage: GitHubListPage = await tools.openPage(GitHubListPage, WEB_PAGE); chrome-extension-pack-kogito-kie-editors: | ^ chrome-extension-pack-kogito-kie-editors: 42 | const gitHubFile: GitHubListItem = await gitHubListPage.getFile(FILE_NAME); chrome-extension-pack-kogito-kie-editors: 43 | chrome-extension-pack-kogito-kie-editors: 44 | // open BPMN editor chrome-extension-pack-kogito-kie-editors: at it-tests/tests/BpmnTest.ts:41:54 chrome-extension-pack-kogito-kie-editors: at step (it-tests/tests/BpmnTest.ts:48:23) chrome-extension-pack-kogito-kie-editors: at Object.next (it-tests/tests/BpmnTest.ts:29:53) chrome-extension-pack-kogito-kie-editors: at it-tests/tests/BpmnTest.ts:23:71 chrome-extension-pack-kogito-kie-editors: at Object.<anonymous>.__awaiter (it-tests/tests/BpmnTest.ts:19:12) chrome-extension-pack-kogito-kie-editors: at Object.<anonymous> (it-tests/tests/BpmnTest.ts:34:17) chrome-extension-pack-kogito-kie-editors: ● BpmnTest chrome-extension-pack-kogito-kie-editors: TypeError: Cannot read properties of undefined (reading 'finishTest') chrome-extension-pack-kogito-kie-editors: 79 | chrome-extension-pack-kogito-kie-editors: 80 | afterEach(async () => { chrome-extension-pack-kogito-kie-editors: > 81 | await tools.finishTest(); chrome-extension-pack-kogito-kie-editors: | ^ chrome-extension-pack-kogito-kie-editors: 82 | }); chrome-extension-pack-kogito-kie-editors: 83 | chrome-extension-pack-kogito-kie-editors: at it-tests/tests/BpmnTest.ts:81:15 chrome-extension-pack-kogito-kie-editors: at step (it-tests/tests/BpmnTest.ts:48:23) chrome-extension-pack-kogito-kie-editors: at Object.next (it-tests/tests/BpmnTest.ts:29:53) chrome-extension-pack-kogito-kie-editors: at it-tests/tests/BpmnTest.ts:23:71 chrome-extension-pack-kogito-kie-editors: at Object.<anonymous>.__awaiter (it-tests/tests/BpmnTest.ts:19:12) chrome-extension-pack-kogito-kie-editors: at Object.<anonymous> (it-tests/tests/BpmnTest.ts:80:11) chrome-extension-pack-kogito-kie-editors: FAIL it-tests/tests/DmnTest.ts