From 9b0408547ed18e15ea9221303c707877ae8e8798 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Wed, 12 Oct 2016 18:36:31 +0200 Subject: fixed id in test which is different in headless browser --- spec/spec/element.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec') diff --git a/spec/spec/element.js b/spec/spec/element.js index e577566..30d9749 100644 --- a/spec/spec/element.js +++ b/spec/spec/element.js @@ -585,8 +585,8 @@ describe('Element', function() { // Test for different browsers namely Firefox and Chrome expect( - toBeTested === '' - || toBeTested === '').toBeTruthy() + toBeTested === '' + || toBeTested === '').toBeTruthy() }) it('returns partial raw svg when called on a sub group', function() { -- cgit v1.2.3