mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
fix icon test
This commit is contained in:
parent
2ad40d5f71
commit
fdea0a0838
@ -25,7 +25,7 @@ componentTest("with replacement", {
|
|||||||
.trim();
|
.trim();
|
||||||
assert.equal(
|
assert.equal(
|
||||||
html,
|
html,
|
||||||
'<svg class="fa d-icon d-icon-d-watching svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#exclamation-circle"></use></svg>'
|
'<svg class="fa d-icon d-icon-d-watching svg-icon svg-string" xmlns="http://www.w3.org/2000/svg"><use xlink:href="#discourse-bell-exclamation"></use></svg>'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user