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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3358819-2--fix_tests.patch | 2.24 KB | drunken monkey |
Comments
Comment #2
drunken monkeyThis should do it.
Comment #4
drunken monkeyCommitted.