You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to implement eyeTest in a simple ecommerce app, which uses a collection view. I cannot get my readText test to pass, when the text is clearly visible in the build in the simulator. Perhaps eyeTest is not set up for collection views? I have attempted to modify the definition of the view in the matchers.js file but have been unsuccessful. Any advice?
The text was updated successfully, but these errors were encountered:
I will investigate this issue now - to clarify, are you definitely using a UILabel to show the text (rather than some other form of text output)? Assuming you are I imagine it is to do with what eyeTest considers to be the view that it is looking at, so I will try to modify some of the code to get it to check it correctly.
I have created a new branch called 'collection-view' which has a new method readTextInCollection which will iterate over the contents of your collection view (assuming there is only one - let me know if not). This is a temporary workaround while I work on getting a more robust solution together which will account for other situations as well. Hope this is useful to you. Just pull down the matchers from the new branch and copy across into your Xcode project.
I am attempting to implement eyeTest in a simple ecommerce app, which uses a collection view. I cannot get my readText test to pass, when the text is clearly visible in the build in the simulator. Perhaps eyeTest is not set up for collection views? I have attempted to modify the definition of the view in the matchers.js file but have been unsuccessful. Any advice?
The text was updated successfully, but these errors were encountered: