| Chunk |
|---|
| Conflicting content |
|---|
import org.jbehave.core.annotations.AfterScenario.Outcome;
import org.jbehave.web.webdriver.PerScenarioWebDriverSteps;
import org.jbehave.web.webdriver.WebDriverFactory;
<<<<<<< HEAD
import org.openqa.selenium.OutputType;
import org.openqa.selenium.TakesScreenshot;
=======
>>>>>>> f69d7582048a455c805b25dfa4457ccb5407a179
public class FailingScenarioScreenshotCapture extends PerScenarioWebDriverSteps {
|
| Solution content |
|---|
import org.jbehave.core.annotations.AfterScenario.Outcome;
import org.jbehave.web.webdriver.PerScenarioWebDriverSteps;
import org.jbehave.web.webdriver.WebDriverFactory;
public class FailingScenarioScreenshotCapture extends PerScenarioWebDriverSteps {
|
| File |
|---|
| FailingScenarioScreenshotCapture.java |
| Developer's decision |
|---|
| Version 2 |
| Kind of conflict |
|---|
| Import |