mirror of
https://github.com/discourse/discourse.git
synced 2025-05-29 10:57:16 +08:00
DEV: fix some deprecated SVG icon refs
This commit is contained in:
@ -26,11 +26,7 @@ componentTest("pending updates", {
|
||||
|
||||
test(assert) {
|
||||
assert.expect(1);
|
||||
assert.equal(
|
||||
this.$(".d-icon-refresh").length,
|
||||
1,
|
||||
"shows pending update icon"
|
||||
);
|
||||
assert.equal(this.$(".d-icon-sync").length, 1, "shows pending update icon");
|
||||
}
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user