}
@Test
public void screenshots_will_be_ignored_if_they_cannot_be_taken() {
when(driver.getScreenshotAs(any(OutputType.class))).thenThrow(new ScreenshotException("Screenshot failed", null));
StepEventBus.getEventBus().testSuiteStarted(MyTestCase.class);
StepEventBus.getEventBus().testStarted("app_should_work");
NestedScenarioSteps steps = stepFactory.getStepLibraryFor(NestedScenarioSteps.class);