verify if the media auto download exists on settings view

This commit is contained in:
Reinaldo Neto 2023-06-12 11:50:59 -03:00
parent 63b49abfab
commit e0942b24a4
1 changed files with 4 additions and 0 deletions

View File

@ -61,6 +61,10 @@ describe('Settings screen', () => {
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 () => {
await expect(element(by.id('settings-view-license'))).toExist();
});