[INJIMOB-3328] fix testid for automation (#1971)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-06-21 12:24:26 +05:30
committed by GitHub
parent d8d7f53499
commit 7e6f4e7595

View File

@@ -62,8 +62,8 @@ public class AddNewCardPage extends BasePage{
@iOSXCUITFindBy(accessibility = "credentialTypeValue")
private WebElement credentialTypeValue;
@AndroidFindBy(accessibility = "6stepCount")
@iOSXCUITFindBy(accessibility = "6stepCount")
@AndroidFindBy(accessibility = "copilot-next-action")
@iOSXCUITFindBy(accessibility = "copilot-next-action")
private WebElement DoneButton;
@AndroidFindBy(accessibility = "issuerHeading-MockMdl")