From 0631e355dedc05277ae3f62c29461dbf8923e556 Mon Sep 17 00:00:00 2001 From: Olufemi Adeyemi Date: Tue, 8 Aug 2017 13:45:57 +0200 Subject: [PATCH] adjust the test file --- test/qos-backend-information_test.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/qos-backend-information_test.html b/test/qos-backend-information_test.html index adbcdc7..cae4d97 100644 --- a/test/qos-backend-information_test.html +++ b/test/qos-backend-information_test.html @@ -22,7 +22,7 @@ suite('qos-backend-information', function() { test('instantiating the element works', function() { var element = fixture('basic'); - assert.equal(element.is, 'qos-backend-information'); + assert.equal((element.tagName).toLowerCase(), 'qos-backend-information'); }); });