i18n final fix

This commit is contained in:
Anant Bhasin 2021-07-14 18:17:20 +05:30
parent 8e004ea5c8
commit 2aab5c35e1
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ describe('i18n', () => {
describe('Rocket.Chat language', () => {
before(async() => {
await device.launchApp(defaultLaunchArgs);
await device.launchApp({ ...defaultLaunchArgs, newInstance: true });
await navigateToLogin();
await login(testuser.username, testuser.password);
});