actmd / abraham

Trackable application tours for Rails with i18n support
MIT License
124 stars 45 forks source link

Don't start a tour if the first step's attachTo isn't present #29

Closed jabbett closed 4 years ago

jabbett commented 4 years ago

Resolves #28

We introduce a check in the wrapped tour.start method that confirms whether the first step's attachTo element is present on the page. (If the first step doesn't have an attachTo block, the check isn't performed.)

Added a system test to confirm the case.