Skip to content
Snippets Groups Projects
Commit 83189990 authored by poka's avatar poka
Browse files

test: verify you cannot revoke a smith member

parent 0d54030c
No related branches found
No related tags found
1 merge request!29Revocation mechanisme
Pipeline #17128 passed
......@@ -43,5 +43,11 @@ void main() async {
await tapKey(keyCloseTransactionScreen, duration: 0);
await waitFor('Aucune identité', exactMatch: true);
await sleep();
// Check test1 cannot be revoked
await goBack();
await tapKey(keyOpenWallet(test1.address));
await tapKey(keyManageMembership, duration: 1000);
await waitFor('Vous ne pouvez pas révoquer cette identité');
}, timeout: testTimeout());
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment