2021-07-21 17:56:41 +02: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 19:11:34 +02:00
|
|
|
go-to: "file://" + |DOC_PATH| + "/settings/index.html"
|
2021-07-21 17:56:41 +02:00
|
|
|
// Wait a bit to be sure the default theme is applied.
|
2022-03-21 15:50:05 +01:00
|
|
|
// If the theme isn't applied, the command will time out.
|
2023-09-23 20:03:03 +02:00
|
|
|
wait-for-css: ("body", {"background-color": "#0f1419"})
|