mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 07:08:12 +00:00
[Frontend] Refactoring glyphs to classes
Fixes #1047 In-progress; indicators, notifications, actions, tests
This commit is contained in:
@ -35,7 +35,7 @@ define(
|
||||
beforeEach(function () {
|
||||
mockIndicator = jasmine.createSpyObj(
|
||||
"indicator",
|
||||
["getGlyph", "getText"]
|
||||
["getGlyph", "getCssClass", "getText"]
|
||||
);
|
||||
|
||||
testIndicatorA = {};
|
||||
|
Reference in New Issue
Block a user