Created
July 6, 2016 04:07
-
-
Save streichsbaer/6eada0747d2e25514e8abfcd4c0d994d to your computer and use it in GitHub Desktop.
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
public class WebApplicationSteps { | |
[...] | |
public WebApplicationSteps() { | |
} | |
[..] | |
@Given("^a new browser or client instance$") | |
public void createAppForAnyClient() { | |
createApp(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment