https://github.com/mgrebenets/calabash-test
test app to demonstrate some of calabash bugs
https://github.com/mgrebenets/calabash-test
Last synced: 3 months 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 (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-27T23:19:16.000Z (over 11 years ago)
- Last Synced: 2025-02-12T11:31:36.700Z (5 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.
Slider opened, all visible.
## 0.9.146
Slider closed, all visible.
Slider opened, **visibility broken**.
