fix karma fail

pull/2550/head
Mihail Maxacov 10 years ago
parent 5e592ca339
commit 251dbc27eb
  1. 4
      frontend/tests/unit/tests/work_packages/controllers/details-tab-overview-controller-test.js

@ -488,6 +488,10 @@ describe('DetailsTabOverviewController', function() {
buildController();
});
afterEach(function() {
workPackage.props.customField1.raw = 'red';
});
it('adds the custom property to empty properties', function() {
expect(fetchEmptyPropertiesWithName(customPropertyName)).not.to.be.empty;
});

Loading…
Cancel
Save