docs(editor): New Nodes Panel title for triggers (#7314)

Github issue / Community forum post (link here to close automatically):
This commit is contained in:
Giulio Andreini
2023-10-04 15:27:40 +02:00
committed by GitHub
parent 0adc533719
commit 942d0b91fc
3 changed files with 4 additions and 4 deletions

View File

@@ -58,7 +58,7 @@ describe('NodesListPanel', () => {
});
await nextTick();
expect(screen.getByText('Select a trigger')).toBeInTheDocument();
expect(screen.getByText('What triggers this workflow?')).toBeInTheDocument();
expect(screen.queryByTestId('node-creator-search-bar')).toBeInTheDocument();
screen.getByText('On app event').click();
await nextTick();