Skip to content
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

Add dimissKeyboard to Swift interface #747

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

minuscorp
Copy link

Adds a missing implementation in Swift for dismissKeyboard.

@@ -138,6 +138,14 @@ open class EarlGrey: NSObject {
.rotateDevice(to: orientation,
errorOrNil: errorOrNil)
}

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great. do you mind adding a test that uses this as well?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any test suite that tests the swift implementations? I've just found the Objective-C ones 😅

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't promise nothing until the weekend, but I'll try to make it work 😄

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, why does the build fail? 🤔

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Those look like legitimate test failures unrelated to your change.

@tirodkar mind taking a look?

@tirodkar
Copy link
Collaborator

This cl is good to go. Seems like there's a synch issue in the analytics test. The pinch flakes are know, though rare to catch.

@minuscorp
Copy link
Author

Can we merge this then?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants