We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8e09ca commit 1dc44fdCopy full SHA for 1dc44fd
client/tests/phpunit/integration/includes/RecentChanges/ChangeLineFormatterTest.php
@@ -423,7 +423,7 @@ public static function getEditSiteLinkPatterns() {
423
public static function getEditSiteLinkChangeTagMatchers() {
424
return [
425
'edit-difflink' => both( withTagName( 'a' ) )->andAlso( havingTextContents( 'diff' ) ),
426
- 'edit-histlink' => both( withTagName( 'a' ) )->andAlso( havingTextContents( 'hist' ) ),
+ 'edit-histlink' => both( withTagName( 'a' ) )->andAlso( havingTextContents( wfMessage( 'hist' )->text() ) ),
427
'edit-changeslist-separator' => allOf(
428
withTagName( 'span' ),
429
withClass( 'mw-changeslist-separator' ),
0 commit comments