Tests are currently failing again against latest Drupal 10.1 HEAD. Apparently, they removed the role="article" attribute from the <article> tags in rendered node output in #3117230: Remove redundant role="article" from <article> html tags.
We just need to adapt \Drupal\Tests\search_api\Kernel\Processor\RenderedItemTest::checkRenderedNode() to be able to handle that, for Drupal versions both with and without that change.

CommentFileSizeAuthor
#2 3358819-2--fix_tests.patch2.24 KBdrunken monkey

Comments

drunken monkey created an issue. See original summary.

drunken monkey’s picture

Status: Active » Needs review
StatusFileSize
new2.24 KB

This should do it.

  • drunken monkey committed 9456f5e2 on 8.x-1.x
    Issue #3358819 by drunken monkey: Fixed tests against Drupal 10.1.
    
drunken monkey’s picture

Status: Needs review » Fixed

Committed.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.