Created
June 1, 2018 14:11
-
-
Save evermeer/74b2fda3e9d123f0cde01026ab9cc753 to your computer and use it in GitHub Desktop.
code block for UITest medium blog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
enum HomeScreen: String { | |
case theLabel | |
case theTextField | |
case theButton | |
case switch1 | |
case switch2 | |
case dueButton | |
case detailsButton | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment