Skip to content

Commit babd174

Browse files
Improve description of struct-fields GUI test
1 parent 4653c93 commit babd174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1+
// This test ensures that each field is on its own line (In other words, they have display: block).
12
goto: "file://" + |DOC_PATH| + "/test_docs/struct.StructWithPublicUndocumentedFields.html"
23

3-
// Both fields must be on their own line. In other words, they have display: block.
44
store-property: (first_top, "//*[@id='structfield.first']", "offsetTop")
55
assert-property-false: ("//*[@id='structfield.second']", { "offsetTop": |first_top| })

0 commit comments

Comments
 (0)