Skip to content

Commit

Permalink
work around for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tauqirsarwar1 committed Mar 21, 2024
1 parent 18ecc80 commit e4968c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/test_project/locators/Android_locators.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
},
"an-Review_Order": {
"Review": "//android.view.ViewGroup[@content-desc='Review Order button']",
"Total": "//android.widget.TextView[@content-desc='total price']",
"Total": "//*[@content-desc='total price']",
"Place_Order": "//android.view.ViewGroup[@content-desc='Place Order button']",
"Order_Complete": "//android.widget.TextView[@text='Checkout Complete']"
}
Expand Down

0 comments on commit e4968c2

Please sign in to comment.