From 2d56de0b675b41d2205d051651989ea98b672dfa Mon Sep 17 00:00:00 2001 From: alliclemens Date: Tue, 20 Feb 2018 22:04:28 -0600 Subject: [PATCH] Add scroll to browser test display to allow viewing of all test results --- test/javascript/index.html | 3 ++- test/javascript/lib/custom-mocha.css | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 test/javascript/lib/custom-mocha.css diff --git a/test/javascript/index.html b/test/javascript/index.html index ab2235d87..a310a1071 100644 --- a/test/javascript/index.html +++ b/test/javascript/index.html @@ -7,11 +7,12 @@ + - +
diff --git a/test/javascript/lib/custom-mocha.css b/test/javascript/lib/custom-mocha.css new file mode 100644 index 000000000..4d84f8650 --- /dev/null +++ b/test/javascript/lib/custom-mocha.css @@ -0,0 +1,3 @@ +#test-body { + overflow: scroll; + } -- 2.47.2