mirror of https://github.com/zulip/zulip.git
casper: Fix expected result for i18n test.
Now that this string is translated into German, the test should expect it in German.
This commit is contained in:
parent
38829032be
commit
682d4f2ea1
|
@ -302,7 +302,7 @@ casper.thenClick('a[data-code="en"]');
|
||||||
* Changing the language back to English so that subsequent tests pass.
|
* Changing the language back to English so that subsequent tests pass.
|
||||||
*/
|
*/
|
||||||
casper.waitUntilVisible('#language-settings-status a', function () {
|
casper.waitUntilVisible('#language-settings-status a', function () {
|
||||||
casper.test.assertSelectorHasText('#language-settings-status', 'Saved. Please reload for the change to take effect.');
|
casper.test.assertSelectorHasText('#language-settings-status', 'Gespeichert. Bitte lade die Seite neu um die Änderungen zu aktivieren.');
|
||||||
});
|
});
|
||||||
|
|
||||||
casper.thenOpen("http://zulip.zulipdev.com:9981/");
|
casper.thenOpen("http://zulip.zulipdev.com:9981/");
|
||||||
|
|
Loading…
Reference in New Issue