From 1fbac536dfbe9d82ed48999c017f593d14700bdb Mon Sep 17 00:00:00 2001 From: Sheldon Regular Date: Fri, 21 Jul 2023 10:44:06 -0400 Subject: [PATCH] BCW fix double call of open cred from contact Signed-off-by: Sheldon Regular --- aries-mobile-tests/features/bc_wallet/credential_offer.feature | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/aries-mobile-tests/features/bc_wallet/credential_offer.feature b/aries-mobile-tests/features/bc_wallet/credential_offer.feature index fa9b6ed..e176f5a 100644 --- a/aries-mobile-tests/features/bc_wallet/credential_offer.feature +++ b/aries-mobile-tests/features/bc_wallet/credential_offer.feature @@ -32,8 +32,7 @@ Feature: Offer a Credential And the Holder has selected to use biometrics to unlock BC Wallet And a connection has been successfully made And the user has a credential offer - When the holder opens the credential offer - And they select Accept + When they select Accept And the holder is informed that their credential is on the way with an indication of loading And once the credential arrives they are informed that the Credential is added to your wallet And they select Done