There is mis-matching between the patch at #10 and description of this issue....

Contribution Date
Technology
Contribution Project
Contribution Details

There is mis-matching between the patch at #10 and description of this issue. Either we should update the patch or update the description. Right now i am creating new patch according to description of the issue and removing deprecation listener from core/modules/comment/tests/src/Functional/CommentAdminTest.php which was missed in patch no #7.

And there are many more deprecated methods are still present like as below.

AssertLegacyTrait::assertFieldByName() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->fieldExists() or $this->assertSession()->buttonExists() or $this->assertSession()->fieldValueEquals() instead. See https://www.drupal.org/node/3129738

AssertLegacyTrait::buildXPathQuery() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->buildXPathQuery() instead. See https://www.drupal.org/node/3129738

AssertLegacyTrait::constructFieldXpath() is deprecated in drupal:8.5.0 and is removed from drupal:10.0.0. Use $this->getSession()->getPage()->findField() instead. See https://www.drupal.org/node/3129738

and many more for this we can create different issues and try to solve accordingly.

Contribution Author
Files count
2
Patches count
1