action #66769
Updated by riafarov over 4 years ago
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.