Skip to content

Instantly share code, notes, and snippets.

@streichsbaer
Created July 6, 2016 04:07
Show Gist options
  • Save streichsbaer/6eada0747d2e25514e8abfcd4c0d994d to your computer and use it in GitHub Desktop.
Save streichsbaer/6eada0747d2e25514e8abfcd4c0d994d to your computer and use it in GitHub Desktop.
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