This commit is contained in:
Henry
2016-01-14 15:12:15 -08:00
parent 0741e2cf5e
commit b4448020e4
2 changed files with 3 additions and 2 deletions

View File

@ -86,7 +86,7 @@ define(
testViews = [ nonEditableView, nonEditableView ];
expect(policy.allow(mockEditAction, testContext)).toBeFalsy();
});
//TODO: Disabled for NEM Beta
xit("disallows the edit properties action when there are" +
" editable views", function () {