Skip to content

Commit

Permalink
ci(ui-automation): Update locators
Browse files Browse the repository at this point in the history
  • Loading branch information
vamelkaqa committed Dec 2, 2024
1 parent bb53f43 commit 799185c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ class SkontoScreen {
helpButton = app.buttons["Help"]
proceedButton = app.buttons["Proceed"]
skontoTitleText = app.buttons["Discount"]
backButtonNavigation = app.buttons["Back Back"]
backButtonNavigation = app.buttons["Back"]
gotItButton = app.buttons["Understood"]

case "de":
helpButton = app.buttons["Hilfe"]
proceedButton = app.buttons["Zahlung fortsetzen"]
skontoTitleText = app.buttons["Skonto"]
backButtonNavigation = app.buttons["Zurück Zurück"]
backButtonNavigation = app.buttons["Zurück"]
gotItButton = app.buttons["Verstanden"]

default:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class TransactionDocsScreen {

public init(app: XCUIApplication, locale: String) {
self.app = app
documentName = app.staticTexts["Document"]
documentName = app.staticTexts["Tap to view Document"]
editButton = app.buttons["transactionDocs attached docum"]
editButtonPreview = app.navigationBars.buttons["transactionDocs attached docum"]

Expand Down

0 comments on commit 799185c

Please sign in to comment.