fix: 24 - CucumberFrameWorkDone
jenkins/ZenProject/pipeline/head There was a failure building this commit
jenkins/ZenProject/pipeline/head There was a failure building this commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Feature: Home page of the application
|
||||
Scenario: Leave a comment into Zenful.cloud
|
||||
Given Initialize the remote webdriver
|
||||
Given Initialize the remote webdriver Firefox
|
||||
And navigate to "https://zenful.cloud"
|
||||
When User type text into the text box and hit click
|
||||
Then Text is displayed "True"
|
||||
|
||||
@@ -10,9 +10,8 @@ import java.io.IOException;
|
||||
|
||||
public class StepDefinition extends Initialization {
|
||||
|
||||
|
||||
@Given("Initialize the remote webdriver")
|
||||
public void initializeTheRemoteWebdriver() {
|
||||
@Given("Initialize the remote webdriver Firefox")
|
||||
public void initializeTheRemoteWebdriverFirefox() {
|
||||
BrowserInit("firefox");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user