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'); }); });