test for parent link existing

This commit is contained in:
Behrokh Satarnejad
2025-11-11 17:02:10 +01:00
parent 003107ee51
commit 0a2ff1e320
+2
View File
@@ -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