You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think breaking finders into a separate file makes sense, but I think breaking the interactions into the event type ("click" vs "fill in") might be too specific. It might not be intuitive when to create a dedicated file vs adding to an existing one (for example, if we want an interaction for selectFromDropdown(), would that be in the clickers.js or would we create a new select-based file?
Currently, we have to test helper files:
helpers/interactions.js and helpers/finders.js
Goal:
Break up interactions.js into multiple files so that we have more specific groups of test helper files
Example:
The text was updated successfully, but these errors were encountered: