Assert that a link (located by its visible text) contains the given URL.
Step pattern
Then (the )*"([^"]*)?" link should contain "([^"]*)?"Examples
Example #1
Then the "Login" link should contain "/log-in"Example #2
And the "About Us" link should contain "/about"Example #3
Then "Home" link should contain "/"