From e1ffe2a43a675aa229d921d29c80185cc2933deb Mon Sep 17 00:00:00 2001 From: Shuwen Qian Date: Thu, 17 Sep 2015 15:47:58 -0500 Subject: [PATCH] Remove reference to mm-icon primaryColor in tests for mm-inline-box --- test/mm-inline-box.html | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/test/mm-inline-box.html b/test/mm-inline-box.html index 8307c14c..5aed5600 100644 --- a/test/mm-inline-box.html +++ b/test/mm-inline-box.html @@ -29,18 +29,7 @@ var a = new Strand.InlineBox(); should.exist(a.type); should.equal(a.type, "info"); - }); - - - it("should assign corect primaryColor when type is changed", function() { - var a = document.querySelector("#warning"), - expectedColor = Colors.C3, - outputColor = null; - - a.type = "error"; - outputColor = a.$.icon.primaryColor; - outputColor.should.equal(expectedColor); - }); + });å it("should assign corect icon when type is changed", function() { var a = document.querySelector("#warning"),