mirror of
https://github.com/nasa/openmct.git
synced 2025-06-05 00:50:49 +00:00
Revert "[Timeline] Test mct-representation ordering"
This reverts commit 2a4004fd5bcddc8249c8911606d14dad8303d14b.
This commit is contained in:
parent
952f95aa4c
commit
3935378b0c
@ -194,21 +194,6 @@ define(
|
|||||||
.toHaveBeenCalledWith(testViews[1]);
|
.toHaveBeenCalledWith(testViews[1]);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("exposes configuration before changing templates", function () {
|
|
||||||
var observedConfiguration;
|
|
||||||
|
|
||||||
mockChangeTemplate.andCallFake(function () {
|
|
||||||
observedConfiguration = mockScope.configuration;
|
|
||||||
});
|
|
||||||
|
|
||||||
mockScope.key = "xyz";
|
|
||||||
mockScope.domainObject = mockDomainObject;
|
|
||||||
fireWatch('key', mockScope.key);
|
|
||||||
fireWatch('domainObject', mockDomainObject);
|
|
||||||
|
|
||||||
expect(observedConfiguration).toBeDefined();
|
|
||||||
});
|
|
||||||
|
|
||||||
it("does not load templates until there is an object", function () {
|
it("does not load templates until there is an object", function () {
|
||||||
mockScope.key = "xyz";
|
mockScope.key = "xyz";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user