I'm using this lib within an Ember JS project.
Ember adds IDs to each of it's components in a format like: #ember1234.
These IDs change on every initial render of the component, so looking for certain elements based on their IDs doesn't work so well in this case. Being able to filter out these IDs from finder is useful here.
I'm using this lib within an Ember JS project. Ember adds IDs to each of it's components in a format like:
#ember1234
.These IDs change on every initial render of the component, so looking for certain elements based on their IDs doesn't work so well in this case. Being able to filter out these IDs from
finder
is useful here.LMK what you think 🙂