verify if the media auto download exists on settings view
This commit is contained in:
parent
63b49abfab
commit
e0942b24a4
|
@ -61,6 +61,10 @@ describe('Settings screen', () => {
|
||||||
await expect(element(by.id('settings-view-security-privacy'))).toExist();
|
await expect(element(by.id('settings-view-security-privacy'))).toExist();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
it('should have media auto-download', async () => {
|
||||||
|
await expect(element(by.id('settings-view-media-auto-download'))).toExist();
|
||||||
|
});
|
||||||
|
|
||||||
it('should have licence', async () => {
|
it('should have licence', async () => {
|
||||||
await expect(element(by.id('settings-view-license'))).toExist();
|
await expect(element(by.id('settings-view-license'))).toExist();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue