-
Notifications
You must be signed in to change notification settings - Fork 60
Add fully-automatic mode to the Upload Widget #113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@@ -41,16 +38,13 @@ public static void setup() throws IOException { | |||
public IntentsTestRule<MainActivity> intentsTestRule = new IntentsTestRule<>(MainActivity.class); | |||
|
|||
// TODO: Fix UI tests for travis | |||
@Ignore | |||
// @Ignore |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The test or the annotation? or the comment ? what state do you want this part to be in master?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The comment
intending(hasComponent(MockNativePickerActivity.class.getName())).respondWith(result); | ||
intentsTestRule.getActivity().startActivityForResult(new Intent(intentsTestRule.getActivity(), MockNativePickerActivity.class), MainActivity.CHOOSE_IMAGE_REQUEST_CODE); | ||
|
||
UploadWidget.startActivity(intentsTestRule.getActivity(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we test the other options?
No description provided.