diff --git a/end2end-tests/cucumber-features/identity_creation.feature b/end2end-tests/cucumber-features/identity_creation.feature new file mode 100644 index 0000000000000000000000000000000000000000..d0398b3b6cc8ac965e66d274eeb46ebe133e8c9d --- /dev/null +++ b/end2end-tests/cucumber-features/identity_creation.feature @@ -0,0 +1,5 @@ +Feature: Identity creation + + Scenario: alice invites a new member to join the web of trust + When alice creates identity for roumoulou + Then roumoulou identity should be created