Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- @Given("^I go to the '.+?' page using the url \\(\"?([\\w\\.\\/\\:\\@-]+?)\"?\\)$")
- public void goToThePageUsingUrl(String url) {
- Assert.assertTrue(newWindowLoaded(url));
- }
- /*
- @Given("^am redirected to the '.+?' page")
- public void amRedirectedToThePage(String url) {
- Assert.assertTrue(newWindowLoaded(url));
- }
- */
RAW Paste Data


