Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgrebenets/calabash-test
test app to demonstrate some of calabash bugs
https://github.com/mgrebenets/calabash-test
Last synced: 6 days ago
JSON representation
test app to demonstrate some of calabash bugs
- Host: GitHub
- URL: https://github.com/mgrebenets/calabash-test
- Owner: mgrebenets
- Created: 2013-05-28T02:41:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T23:19:16.000Z (about 11 years ago)
- Last Synced: 2024-10-31T22:12:57.619Z (about 2 months ago)
- Language: Objective-C
- Size: 4.75 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
calabash-test
=============Test app to demonstrate calabash iOS bug(s)
Project uses CocoaPods so start with `pod install` after cloning.
To add Calabash test target I used `calabash-ios setup` command.
# Visibility Bug
Visibility is broken in 0.9.146, visible and touchable elements are not returned by the query.
The same app visibility is OK with 0.9.144## 0.9.144
Slider closed, all visible.
![0.9.144, closed, visible](screenshots/144-sidebar-closed.png)Slider opened, all visible.
![0.9.144, open, visible](screenshots/144-sidebar-opened.png)## 0.9.146
Slider closed, all visible.
![0.9.146, closed, visible](screenshots/146-sidebar-closed.png)Slider opened, **visibility broken**.
![0.9.146, open, visible](screenshots/146-sidebar-opened-bug.png)