i18n final fix
This commit is contained in:
parent
8e004ea5c8
commit
2aab5c35e1
|
@ -73,7 +73,7 @@ describe('i18n', () => {
|
||||||
|
|
||||||
describe('Rocket.Chat language', () => {
|
describe('Rocket.Chat language', () => {
|
||||||
before(async() => {
|
before(async() => {
|
||||||
await device.launchApp(defaultLaunchArgs);
|
await device.launchApp({ ...defaultLaunchArgs, newInstance: true });
|
||||||
await navigateToLogin();
|
await navigateToLogin();
|
||||||
await login(testuser.username, testuser.password);
|
await login(testuser.username, testuser.password);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue