fix(editor): Improve text wrapping in schema view (#9888)

This commit is contained in:
Elias Meire
2024-07-01 11:03:04 +02:00
committed by GitHub
parent e613de28ca
commit dc1c5fce8a
4 changed files with 1215 additions and 1096 deletions

View File

@@ -631,8 +631,7 @@ describe('NDV', () => {
ndv.getters.outputDisplayMode().find('label').eq(2).click({ force: true });
ndv.getters
.outputDataContainer()
.findChildByTestId('run-data-schema-item')
.find('> span')
.findChildByTestId('run-data-schema-item-value')
.should('include.text', '<?xml version="1.0" encoding="UTF-8"?>');
});