fix: 24 - CucumberFrameWorkDone
jenkins/ZenProject/pipeline/head There was a failure building this commit

This commit is contained in:
2024-10-04 03:30:23 -04:00
parent c03ae30e24
commit 1bc6cf564c
3 changed files with 9 additions and 10 deletions
+1 -1
View File
@@ -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");
}