I thought it could possibly be useful to add a concept of re-usable `selectors` that are used in multiple tests and select specific elements. The alternatives would be
- add a cypress command to select that element (seemed too heavy for this one in particular) - write the same selector multiple times (this could be fine, if you need to change them they'd be changed in multiple places) (`"selector"` was borrowed the word from a common pattern in redux apps to select specific data from the state tree). totally happy to remove this if you + @michellethomas aren't into it. [ Full content available at: https://github.com/apache/incubator-superset/pull/5974 ] This message was relayed via gitbox.apache.org for [email protected]
