2021-07-21 10:56:41 -05:00
|
|
|
// This test ensures that the default settings are correctly applied.
|
|
|
|
//
|
|
|
|
// The "settings" crate uses "ayu" as default setting, which is what we will
|
|
|
|
// check.
|
2023-04-11 12:11:34 -05:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
|
2021-07-21 10:56:41 -05:00
|
|
|
// Wait a bit to be sure the default theme is applied.
|
2022-03-21 09:50:05 -05:00
|
|
|
// If the theme isn't applied, the command will time out.
|
2023-09-23 13:03:03 -05:00
|
|
|
wait-for-css: ("body", {"background-color": "#0f1419"})
|