mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
fix(editor): Tweak schema view empty state copy and styling (#13819)
This commit is contained in:
@@ -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');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user