From e6da460619a6a8ca8f550a0e21200df86dc07829 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 13 Jan 2023 17:09:12 +0100 Subject: [PATCH] clearKeychain (iOS) --- .maestro/tests/init.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.maestro/tests/init.yaml b/.maestro/tests/init.yaml index 178cb85d34..656c654fcb 100644 --- a/.maestro/tests/init.yaml +++ b/.maestro/tests/init.yaml @@ -1,7 +1,8 @@ appId: ${APP_ID} --- - clearState -- launchApp +- launchApp: + clearKeychain: true - tapOn: "Close showkase button" - runFlow: ./assertions/assertInitDisplayed.yaml - takeScreenshot: build/maestro/000-FirstScreen