Repository URL to install this package:
|
Version:
1.0.0.pre ▾
|
Then /^I should see a link to "([^"]*)" in the breadcrumb$/ do |text|
expect(page).to have_css '.breadcrumb > a', text: text
end