mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-12 09:26:05 +00:00
Merge "selenium: Delete invisible unicode characters"
This commit is contained in:
commit
3608b51f78
|
@ -54,7 +54,7 @@ describe( 'Echo', function () {
|
|||
await EchoPage.notices.click();
|
||||
|
||||
await EchoPage.alertMessage.waitForDisplayed();
|
||||
const regexp = /Welcome to .*, .*! We're glad you're here./;
|
||||
const regexp = /Welcome to .*, .*! We're glad you're here./;
|
||||
assert( regexp.test( await EchoPage.alertMessage.getText() ) );
|
||||
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue