Open mbehr1 opened 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
@mbehr1 thanks for raising the issue!
Your suggestion makes totally sense. Any contributions with a fix are appreciated, thanks!
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