Skip to content

Commit 4463bb3

Browse files
committed
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

-1
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)