From f0744f024db8dde24b58b588f45e3e846ffddc86 Mon Sep 17 00:00:00 2001 From: orangemug Date: Tue, 10 Apr 2018 15:07:36 +0100 Subject: [PATCH] Moved commit. --- test/functional/layers/index.js | 5 ----- test/functional/screenshots/index.js | 2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/test/functional/layers/index.js b/test/functional/layers/index.js index 14c5d797..012b6729 100644 --- a/test/functional/layers/index.js +++ b/test/functional/layers/index.js @@ -443,11 +443,6 @@ describe("layers", function() { }); }); - // These get used in the marketing material. They are also useful to do a quick manual check of the styling across browsers - // NOTE: These duplicate some of the tests, however this is indended becuase it's likely these will change for aesthetic reasons over time - // - - describe.skip("groups", function() { it("simple", function() { diff --git a/test/functional/screenshots/index.js b/test/functional/screenshots/index.js index b64d0c9c..9c5634c8 100644 --- a/test/functional/screenshots/index.js +++ b/test/functional/screenshots/index.js @@ -4,6 +4,8 @@ var helper = require("../helper"); var wd = require("../../wd-helper"); +// These will get used in the marketing material. They are also useful to do a quick manual check of the styling across browsers +// NOTE: These duplicate some of the tests, however this is indended becuase it's likely these will change for aesthetic reasons over time describe('screenshots', function() { beforeEach(function() {