Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4463bb3

Browse files
committedSep 8, 2023
Fix test case weirdness
Line 23 clearly shows that the click is taking effect. Only the property change isn't being applied.
1 parent 2af76b4 commit 4463bb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tests/rustdoc-gui/sidebar-resize-setting.goml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ wait-for-css: ("#settings", {"display": "block"})
2121
assert-property: ("#hide-sidebar", {"checked": "true"})
2222
click: "#hide-sidebar"
2323
wait-for-css: (".sidebar", {"display": "block"})
24-
assert-property: ("#hide-sidebar", {"checked": "false"})

0 commit comments

Comments
 (0)
Please sign in to comment.