Problem/Motivation
AssertLegacyTrait::assertUrl() is deprecated in drupal:8.2.0 and is removed from drupal:10.0.0. Use $this->assertSession()->addressEquals() instead.
See https://www.drupal.org/node/3129738
Steps to reproduce
Run the AntibotNoJavascriptTest test and notice the message displayed.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3215468-2.patch | 1001 bytes | paulocs |
Comments
Comment #2
paulocsComment #3
guilhermevp commentedPatch updates test accordingly. Moving to RTBC.
Comment #4
gaurav.kapoor commentedThanks for fixing this.
Comment #6
gaurav.kapoor commented