Open bantic opened 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
clickLinkTo
Extend to expectLinkToRoute(routeName) ?
expectLinkToRoute(routeName)
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