Aditya Atul Tirodkar

Results 105 comments of Aditya Atul Tirodkar

@rafalszastok & @na-ni That's actually a good pointer - looks like pullToRefreshView() will keep the view scrolled for a finite number of seconds which we do not have support for...

You might have to remove `use_frameworks!` from the CocoaPods as EarlGreyTest is not a framework but a static lib. Can you move it to inside each target and let the...

This is the same issue as #1510

For installing - has `EarlGreyApp` been added to the application process as well?

`no matching architecture in universal wrapper` are you running this on a device with architecture armv7e or so?

Correction - yes I meant `arm64e`. In the current CocoaPods release for EG 2, we haven't added arm64e. This will be fixed in the next CocoaPods EarlGrey 2.0 release which...

@RookieZn Thanks for this issue! It looks like an iOS update might be causing issues with the description call we make to print the hierarchy. Do you have any repro...

@selin194 EarlGrey 2.0 has support for black-box testing with instructions over here. https://github.com/google/EarlGrey/blob/earlgrey2/docs/cocoapods-setup.md I'll add a link to it in the setup doc. Thanks! Tell me if you run into...

I haven't added gem support for EarlGrey 2.0 yet. Can you drag / drop EarlGrey.swift into your folder? https://github.com/google/EarlGrey/blob/earlgrey2/TestLib/Swift/EarlGrey.swift

Can you give me a sample Text View string with a link? Just so we know we're working with the same test?