diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 21:11:22 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2024-04-01 22:25:01 +0200 |
| commit | 59120d0ef54fdb860cb88a9169eb3ff71d2799b3 (patch) | |
| tree | 47c304e82008d5972f34c22bfe6365778d1d03bc /tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml | |
| parent | 6bb6b816bfcf9e26fac5175e3e907dcefe5ecdbc (diff) | |
| download | rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.tar.gz rust-59120d0ef54fdb860cb88a9169eb3ff71d2799b3.zip | |
Update to new browser-ui-test version
Diffstat (limited to 'tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml')
| -rw-r--r-- | tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml b/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml index ecadd8fa80e..3c09198dae5 100644 --- a/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml +++ b/tests/rustdoc-gui/setting-auto-hide-trait-implementations.goml @@ -2,7 +2,7 @@ define-function: ( "check-setting", - (storage_value, setting_attribute_value, toggle_attribute_value), + [storage_value, setting_attribute_value, toggle_attribute_value], block { assert-local-storage: {"rustdoc-auto-hide-trait-implementations": |storage_value|} click: "#settings-menu" |
