mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 23:28:14 +00:00
[Frontend] Refactoring glyphs to classes
Fixes #1047 In-progress; indicators, notifications, actions, tests
This commit is contained in:
@ -38,7 +38,7 @@ define(
|
||||
});
|
||||
|
||||
it("has a database icon", function () {
|
||||
expect(indicator.getGlyph()).toEqual("D");
|
||||
expect(indicator.getCssClass()).toEqual("icon-database");
|
||||
});
|
||||
|
||||
it("has a 'caution' class to draw attention", function () {
|
||||
|
Reference in New Issue
Block a user