Browse Source

TST: e2e tests for storage encryption

settingsui
Overtorment 5 years ago
parent
commit
cedc445422
  1. 2
      tests/e2e/addWallet.spec.js

2
tests/e2e/addWallet.spec.js

@ -13,7 +13,7 @@ describe('BlueWallet UI Tests', () => {
await element(by.id('AboutButton')).tap();
await element(by.id('AboutScrollView')).swipe('up', 'fast', 1); // in case emu screen is small and it doesnt fit
await element(by.id('RunSelfTestButton')).tap();
await yo('SelfTestOk', 120 * 1000);
await yo('SelfTestOk', 600 * 1000);
});
it('can encrypt storage, with plausible deniability', async () => {

Loading…
Cancel
Save