DEV: fix some deprecated SVG icon refs

This commit is contained in:
Penar Musaraj
2019-01-22 14:42:00 -05:00
parent 62adc2eb98
commit 9886934ef5
26 changed files with 52 additions and 48 deletions

View File

@ -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");
}
});