Moved additional docs to tutorial section
This commit is contained in:
@@ -72,6 +72,10 @@ describe('edit content controller tests', function () {
|
||||
});
|
||||
});
|
||||
|
||||
it('it should have a generic properties tab', function () {
|
||||
expect(scope.genericPropertiesTab).toNotBe(undefined);
|
||||
});
|
||||
|
||||
it('it should change updateDate on save', function () {
|
||||
var currentUpdateDate = scope.content.updateDate;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user