mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-11-02 03:27:54 +00:00
Remove Ivy Codemirror (#14659)
* setup * fix mode issue * actions * readonly styling * remove ivycodemirror from package json * wip * test coverage for json editor * text fixes * fix tests * fix cursor issue * changelog * clean up * fix * address pr comments * unused css and it overides other styling. * fix * fix comment
This commit is contained in:
@@ -19,8 +19,7 @@ module('Integration | Component | console/log json', function (hooks) {
|
||||
this.set('content', objectContent);
|
||||
|
||||
await render(hbs`{{console/log-json content=content}}`);
|
||||
const instance = this.codeMirror.instanceFor(find('[data-test-component=json-editor]').id);
|
||||
|
||||
assert.equal(instance.getValue(), expectedText);
|
||||
const instance = find('[data-test-component=code-mirror-modifier]').innerText;
|
||||
assert.equal(instance, expectedText);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user