@Robert_Petitto slightly off topic, but would you happen to know how to target individual classes using data-test?
I have a few [data-test=“app-text-box”] elements on the screen, but I want to alter only the first one for example. Tried nth child, nth type, first child, but I think that’s affecting the child element within that parent. Hope that makes sense.
This screen shot shows two text components. I want to round the top corners of the first text component and the bottom corners of the bottom text component. I can’t seem to get it to target only one at a time.
without rounding
with rounding