diff --git a/integration_test/scenarios/identity_revocation.dart b/integration_test/scenarios/identity_revocation.dart
index 7925c06b0f3c9794b5ed84358601a4436f77d8c9..189a56c2dd09c25f9fb635d849ba0bc3c4f130db 100644
--- a/integration_test/scenarios/identity_revocation.dart
+++ b/integration_test/scenarios/identity_revocation.dart
@@ -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());
 }