[Timeline] Remove namespacing from specs
This commit is contained in:
@@ -44,7 +44,7 @@ define(
|
||||
|
||||
it("applies only to activity objects", function () {
|
||||
expect(ActivityTimespanCapability.appliesTo({
|
||||
type: 'warp.activity'
|
||||
type: 'activity'
|
||||
})).toBeTruthy();
|
||||
expect(ActivityTimespanCapability.appliesTo({
|
||||
type: 'folder'
|
||||
@@ -68,4 +68,4 @@ define(
|
||||
});
|
||||
});
|
||||
}
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user