Actions
action #66769
closedcoordination #36712: [saga] Use YaST specific framework for GUI testing
coordination #62726: [functional][y][epic] Create separate Ruby Gem representing libyui Client API
[functional][y] Add support to search widgets using regexp as a filter
Start date:
2020-05-13
Due date:
2020-06-30
% Done:
0%
Estimated time:
5.00 h
Description
I, as a test developer, would like to find widgets in the UI using regular expression, so that I don't need to store long string being used as labels.
Also for dynamic parts, like versions in the labels.
Scope is client side only.
Use case:
widget has label "qwertyuiop[asdfghjklzxcvbnm,qwertyyuioqwertyuiop[asdfghjklzxcvbnm,qwertyyuio"
And to avoid having this huge line hardcoded anywhere, we could simply use regexp which will provide unique match, e.g. /qwe.*/.
Ticket include creation unit-tests.
Actions