mirror of
https://github.com/n8n-io/n8n.git
synced 2026-05-31 08:46:58 +02:00
test(editor): Fix flaky expression editor test (#20411)
This commit is contained in:
parent
0fed2d72a0
commit
9ee2d25fef
|
|
@ -45,6 +45,7 @@ test.describe('Inline expression editor', () => {
|
|||
|
||||
// Should switch back to fixed with backspace on empty expression
|
||||
await n8n.ndv.clearExpressionEditor('value');
|
||||
await expect(n8n.ndv.getParameterInputHint()).toContainText('empty');
|
||||
const parameterInput = n8n.ndv.getParameterInput('value').getByRole('textbox');
|
||||
await parameterInput.click();
|
||||
await parameterInput.focus();
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user