mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
test for parent link existing
This commit is contained in:
@@ -57,6 +57,8 @@ RSpec.describe "Breadcrumbs (#63777)", :js do
|
||||
expect(page).to have_link href: "#", text: "My projects", aria: { current: "page" }
|
||||
expect(page).to have_link href: "/projects", text: "Projects"
|
||||
end
|
||||
|
||||
expect(page).to have_link href: "/projects", text: "Projects", class: "PageHeader-parentLink", visible: :hidden
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user