2022-01-13 17:54:44 +00:00
|
|
|
// Test various properties of the mobile UI
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/staged_api/struct.Foo.html"
|
|
|
|
set-window-size: (400, 600)
|
2022-01-13 17:54:44 +00:00
|
|
|
|
2023-04-11 17:11:34 +00:00
|
|
|
set-font-size: 18
|
2022-03-09 19:47:16 +00:00
|
|
|
wait-for: 100 // wait a bit for the resize and the font-size change to be fully taken into account.
|
2022-01-22 01:44:54 +00:00
|
|
|
|
2023-02-12 19:27:40 +00:00
|
|
|
assert-property: (".mobile-topbar h2", {"offsetHeight": 33})
|
2022-01-22 01:44:54 +00:00
|
|
|
|
2022-01-28 13:21:34 +00:00
|
|
|
// On the settings page, the theme buttons should not line-wrap. Instead, they should
|
|
|
|
// all be placed as a group on a line below the setting name "Theme."
|
2023-04-11 17:11:34 +00:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/settings.html"
|
|
|
|
set-window-size: (400, 600)
|
2022-03-09 19:47:16 +00:00
|
|
|
// Ignored for now https://github.com/rust-lang/rust/issues/93784.
|
2023-01-08 20:29:57 +00:00
|
|
|
// compare-elements-position-near-false: (
|
2023-01-23 17:44:01 +00:00
|
|
|
// "#preferred-light-theme .setting-radio-name",
|
|
|
|
// "#preferred-light-theme .setting-radio",
|
2023-01-08 20:29:57 +00:00
|
|
|
// {"y": 16},
|
|
|
|
// )
|