fix(editor): Tweak schema view empty state copy and styling (#13819)

This commit is contained in:
Elias Meire
2025-03-12 16:24:50 +01:00
committed by GitHub
parent e33d0d7466
commit cfc7a14e18
3 changed files with 19 additions and 13 deletions

View File

@@ -911,7 +911,7 @@ describe('NDV', () => {
ndv.getters.outputPanel().find('[data-test-id=ndv-search]').click().type('foo');
ndv.getters
.outputPanel()
.contains('To search field contents rather than just names, use Table or JSON view')
.contains('To search field values, switch to table or JSON view.')
.should('exist');
});