Skip to content

Commit 82de68e

Browse files
committed
[master] - added hint for hovering over the image
1 parent 9669290 commit 82de68e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/net/itarray/automotion/internal/HtmlReportBuilder.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@ private Html buildHtml() throws IOException, ParseException {
113113
new Style("color: rgb(105,105,105)")) {{
114114
new NoTag(this, String.format("Time execution: %s", jsonObject.get(TIME_EXECUTION)));
115115
}};
116+
117+
new H5(this,
118+
new Style("color: #4d4d4d")) {{
119+
new NoTag(this, "Hover over the image to see the results");
120+
}};
116121
new P(this) {{
117122
screenshotDrawingOverlay = jsonObject.get(DRAWINGS);
118123
new Div(this,

0 commit comments

Comments
 (0)