webdriverio-community / wdio-vscode-service

A service to test VSCode extensions from end to end using WebdriverIO
https://webdriverio-community.github.io/wdio-vscode-service/
MIT License
35 stars 28 forks source link

ViewContent sectionTitle should use attribute 'title' instead of 'text' #40

Open mbehr1 opened 2 years ago

mbehr1 commented 2 years ago

sections should be found by the title attribute and not the text. So for explorer section e.g. 'mount' instead of '/ [TEST FILES]'

(created as follow up comment on PR#39)

https://github.com/mbehr1/wdio-vscode-service/blob/9c35f758304de7b372b4d40c94432087fb8daec2/src/pageobjects/sidebar/ViewContent.ts#L54

christian-bromann commented 1 year ago

@mbehr1 thanks for raising the issue!

Your suggestion makes totally sense. Any contributions with a fix are appreciated, thanks!