Skip to content

Commit

Permalink
Update test to account for settings gear SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed May 25, 2020
1 parent 14450b4 commit 5a73d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/offline/core.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe('Ideogram', function() {

function callback() {
var svg = document.getElementsByTagName('svg').length;
assert.equal(svg, 1);
assert.equal(svg, 2); // one for ideogram, one for settings gear
done();
}
config.onLoad = callback;
Expand Down

0 comments on commit 5a73d04

Please sign in to comment.