incremental
This commit is contained in:
parent
523647b42f
commit
bb6e19c860
|
@ -13,8 +13,7 @@ describe('Settings screen', () => {
|
|||
let alertButtonType;
|
||||
before(async() => {
|
||||
await device.launchApp({ permissions: { notifications: 'YES' }, delete: true });
|
||||
const deviceType = device.getPlatform();
|
||||
alertButtonType = platformTypes[deviceType].alertButtonType;
|
||||
({ alertButtonType } = platformTypes[device.getPlatform()]);
|
||||
await navigateToLogin();
|
||||
await login(testuser.username, testuser.password);
|
||||
await waitFor(element(by.id('rooms-list-view'))).toBeVisible().withTimeout(10000);
|
||||
|
|
Loading…
Reference in New Issue