Add edit-content buttons and states

This commit is contained in:
2018-03-31 19:35:46 +02:00
parent 693769d41c
commit ddecda8220
5 changed files with 33 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ test('#documentIsJSON', function(assert) {
assert.notOk(controller.get('documentIsJSON'), 'is false when content type is not JSON');
});
test('jsonView actions/methods', function(assert) {
test('jsonView - switch between source and tree view', function(assert) {
let controller = this.subject();
controller.set('jsonView', null);