File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/java/com/github/invictum/reportportal/processor Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 5454 <dependency >
5555 <groupId >net.serenity-bdd</groupId >
5656 <artifactId >serenity-core</artifactId >
57- <version >1.8.21 </version >
57+ <version >1.9.4 </version >
5858 </dependency >
5959 <dependency >
6060 <groupId >com.epam.reportportal</groupId >
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ public void proceed(final TestStep step) {
2525 if (!step .getScreenshots ().isEmpty ()) {
2626 Date stepStartTime = Date .from (step .getStartTime ().toInstant ());
2727 for (ScreenshotAndHtmlSource screenshotAndHtmlSource : step .getScreenshots ()) {
28- Optional <File > sourceFile = screenshotAndHtmlSource .getHtmlSource (). toJavaUtil () ;
28+ Optional <File > sourceFile = screenshotAndHtmlSource .getHtmlSource ();
2929 if (sourceFile .isPresent ()) {
3030 Date timestamp = sourceFile .get ().lastModified () < stepStartTime
3131 .getTime () ? stepStartTime : new Date (sourceFile .get ().lastModified ());
You can’t perform that action at this time.
0 commit comments