Skip to content

Commit

Permalink
Fix test case weirdness
Browse files Browse the repository at this point in the history
Line 23 clearly shows that the click is taking effect. Only
the property change isn't being applied.
  • Loading branch information
notriddle committed Sep 8, 2023
1 parent 2af76b4 commit 4463bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/rustdoc-gui/sidebar-resize-setting.goml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,3 @@ wait-for-css: ("#settings", {"display": "block"})
assert-property: ("#hide-sidebar", {"checked": "true"})
click: "#hide-sidebar"
wait-for-css: (".sidebar", {"display": "block"})
assert-property: ("#hide-sidebar", {"checked": "false"})

0 comments on commit 4463bb3

Please sign in to comment.