From f5bb8e25d5d70e630b0596122cc6a3bd1e611a5c Mon Sep 17 00:00:00 2001 From: Ivan Samoylenko Date: Sun, 13 Mar 2016 19:10:49 +0300 Subject: [PATCH] Fixed bar.controller tests --- test/controller.bar.tests.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/controller.bar.tests.js b/test/controller.bar.tests.js index 64b4eb927..869836b42 100644 --- a/test/controller.bar.tests.js +++ b/test/controller.bar.tests.js @@ -204,6 +204,7 @@ describe('Bar controller tests', function() { elements: { rectangle: { backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, } @@ -247,6 +248,7 @@ describe('Bar controller tests', function() { base: 194, width: 13.680000000000001, backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, }); @@ -264,6 +266,7 @@ describe('Bar controller tests', function() { base: 194, width: 13.680000000000001, backgroundColor: 'rgb(255, 0, 0)', + borderSkipped: 'top', borderColor: 'rgb(0, 0, 255)', borderWidth: 2, }); -- 2.47.2