Skip to content

Commit

Permalink
fix wikipedia-android-advanced to work again on latest app version
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia committed Aug 28, 2024
1 parent 26550db commit ca75308
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion samples/wikipedia-android-advanced/dashboard/saved.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ appId: org.wikipedia
- tapOn: "Saved"
- tapOn: "Default list for your saved articles"
- assertVisible: "Sun"
- assertVisible: "Star in the Solar System"
- assertVisible: "Star at the center of the Solar System"
- back
2 changes: 1 addition & 1 deletion samples/wikipedia-android-advanced/dashboard/search.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ appId: org.wikipedia
---
- tapOn: "Search Wikipedia"
- inputText: "Sun"
- assertVisible: "Star in the Solar System"
- assertVisible: "Star at the center of the Solar System"
- tapOn:
id: ".*page_list_item_title"
- tapOn:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ appId: org.wikipedia
- inputText: "Greek"
- assertVisible: "Ελληνικά"
- tapOn: "Ελληνικά"
- tapOn: "Back"
- tapOn: "Navigate up"
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ appId: org.wikipedia
id: ".*menu_delete_selected"
- tapOn: "OK"
- assertNotVisible: "Ελληνικά"
- tapOn: "Back"
- tapOn: "Navigate up"

0 comments on commit ca75308

Please sign in to comment.