From 06f3ceb0efb385f10b92fdf5d43fd7ab0a823a04 Mon Sep 17 00:00:00 2001 From: Piotr Stachyra Date: Mon, 30 Mar 2026 13:06:13 +0200 Subject: [PATCH] SendConfirmToggleDetails adjustments --- test/helpers/actions.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/test/helpers/actions.ts b/test/helpers/actions.ts index e7fa62e..a8c8d41 100644 --- a/test/helpers/actions.ts +++ b/test/helpers/actions.ts @@ -423,9 +423,7 @@ export async function typeText(testId: string, text: string) { } export async function addSendTag(tag: string) { - if (driver.isIOS) { - await tap('SendConfirmToggleDetails'); - } + await tap('SendConfirmToggleDetails'); await tap('TagsAddSend'); await typeText('TagInputSend', tag); await tap('SendTagsSubmit'); @@ -1359,9 +1357,7 @@ export async function typeRecipientInput( } export async function editRecipientAddress(address: string) { - if (driver.isIOS) { - await tap('SendConfirmToggleDetails'); - } + await tap('SendConfirmToggleDetails'); await tap('ReviewUri'); await sleep(2000); await elementById('RecipientInput').waitForDisplayed();