201-created / ember-cli-acceptance-test-helpers

A set of useful test helpers for ember acceptance tests.
https://www.npmjs.com/package/ember-cli-acceptance-test-helpers
MIT License
47 stars 17 forks source link

feature request: expectLinkTo(pathName) #3

Open bantic opened 9 years ago

bantic commented 9 years ago

Add the ability to assert that the page contains a link to the given path or url. Assuming this makes sense, this could be used in a clickLinkTo helper also

BryanCrotaz commented 9 years ago

Extend to expectLinkToRoute(routeName) ?