Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot reach view selector combobox on outputView (title has been removed) #135

Open
BL80 opened this issue Sep 6, 2024 · 0 comments
Open

Comments

@BL80
Copy link

BL80 commented Sep 6, 2024

I'm getting the following error calling this method outputView.getChannelNames()

Error: Can't call click on element with selector "select[title="Tasks"]" because element wasn't found
    at implicitWait (file:///C:/GitLab/adi/delta-performance-test/webdriver.io/node_modules/webdriverio/build/utils/implicitWait.js:29:19)
    at async Element.elementErrorHandlerCallbackFn (file:///C:/GitLab/adi/delta-performance-test/webdriver.io/node_modules/webdriverio/build/middlewares.js:15:29)
    at async Element.wrapCommandFn (file:///C:/GitLab/adi/delta-performance-test/webdriver.io/node_modules/@wdio/utils/build/shim.js:90:29)
    at async OutputView.getChannelNames (file:///C:/GitLab/adi/delta-performance-test/webdriver.io/node_modules/wdio-vscode-service/src/pageobjects/bottomBar/AbstractViews.ts:20:9)    
    at async World.<anonymous> (file:///C:/GitLab/adi/delta-performance-test/webdriver.io/00_common/steps/given.step.ts:25:62)
    at async wrapPromiseWithTimeout (C:\GitLab\adi\delta-performance-test\webdriver.io\node_modules\@cucumber\cucumber\src\time.ts:55:10)
    at async Object.run (C:\GitLab\adi\delta-performance-test\webdriver.io\node_modules\@cucumber\cucumber\src\user_code_runner.ts:86:16)
    at async Object.run (C:\GitLab\adi\delta-performance-test\webdriver.io\node_modules\@cucumber\cucumber\src\runtime\step_runner.ts:50:20)
    at async TestCaseRunner.invokeStep (C:\GitLab\adi\delta-performance-test\webdriver.io\node_modules\@cucumber\cucumber\src\runtime\test_case_runner.ts:137:12)
    at async TestCaseRunner.runStep (C:\GitLab\adi\delta-performance-test\webdriver.io\node_modules\@cucumber\cucumber\src\runtime\test_case_runner.ts:334:20)

The control has no title property anymore:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant