daily pastebin goal
41%
SHARE
TWEET

redirectStepDef

ceeKuan Jan 29th, 2018 49 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.     @Given("^I go to the '.+?' page using the url \\(\"?([\\w\\.\\/\\:\\@-]+?)\"?\\)$")
  3.     public void goToThePageUsingUrl(String url) {
  4.         Assert.assertTrue(newWindowLoaded(url));
  5.     }
  6.  
  7.     /*
  8.     @Given("^am redirected to the '.+?' page")
  9.     public void amRedirectedToThePage(String url) {
  10.         Assert.assertTrue(newWindowLoaded(url));
  11.     }
  12.     */
RAW Paste Data
Pastebin PRO WINTER Special!
Get 40% OFF Pastebin PRO accounts!
Top