Пример #1
0
 @Given("^I am on an story$")
 public void I_am_on_an_article() throws Throwable {
   webDriver.open(story);
 }