Loading core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ protected function assertBreadcrumbParts($trail) { */ protected function getBreadcrumbParts() { $parts = []; $elements = $this->xpath('//nav[@class="breadcrumb"]/ol/li/a'); $elements = $this->xpath('//nav[@aria-labelledby="system-breadcrumb"]/ol/li/a'); if (!empty($elements)) { foreach ($elements as $element) { $parts[] = [ Loading Loading
core/modules/system/tests/src/Functional/Menu/AssertBreadcrumbTrait.php +1 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,7 @@ protected function assertBreadcrumbParts($trail) { */ protected function getBreadcrumbParts() { $parts = []; $elements = $this->xpath('//nav[@class="breadcrumb"]/ol/li/a'); $elements = $this->xpath('//nav[@aria-labelledby="system-breadcrumb"]/ol/li/a'); if (!empty($elements)) { foreach ($elements as $element) { $parts[] = [ Loading