Closed brockboland closed 9 years ago
This is great, thank you! :octocat: One question, wouldn’t the test fail if any of the tests runs before the first test?
It shouldn't! I added back-spacing at the end of testBasicFlow
to reset to the starting state, and confirmed that testResignFirstResponderAndCollapse
works when run alone or as part of the full suite of tests.
I guess testResignFirstResponderAndCollapse
puts you in the 3 people
state, but doesn’t affect the other tests. :+1:
Ooh, good point: testResignFirstResponderAndCollapse
is NOT resetting things to the starting state. It seems like there should be an afterEach
method to clean things up, but it's tough because there's not a good way to clear all the existing tokens through KIF without simulating a bunch of backspaces.
Yeah, definitely a little tough. For now though, this is a huge improvement, so I’ll merge it in. Thanks again @brockboland! :octocat:
Fixes #42