diff options
Diffstat (limited to 'src/test/rustdoc-gui/theme-change.goml')
| -rw-r--r-- | src/test/rustdoc-gui/theme-change.goml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/test/rustdoc-gui/theme-change.goml b/src/test/rustdoc-gui/theme-change.goml deleted file mode 100644 index bc9063edd1e..00000000000 --- a/src/test/rustdoc-gui/theme-change.goml +++ /dev/null @@ -1,10 +0,0 @@ -goto: file://|DOC_PATH|/test_docs/index.html -click: "#theme-picker" -click: "#theme-choices > button:first-child" -wait-for: 500 -// should be the ayu theme so let's check the color -assert: ("body", { "background-color": "rgb(15, 20, 25)" }) -click: "#theme-choices > button:last-child" -wait-for: 500 -// should be the light theme so let's check the color -assert: ("body", { "background-color": "rgb(255, 255, 255)" }) |
