mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
chore: Rename Test workflow -> Execute workflow (#15112)
This commit is contained in:
@@ -69,7 +69,7 @@ export function clickOpenNdvAtRow(rowIndex: number) {
|
||||
|
||||
export function clickTriggerPartialExecutionAtRow(rowIndex: number) {
|
||||
getLogEntries().eq(rowIndex).realHover();
|
||||
getLogEntries().eq(rowIndex).find('[aria-label="Test step"]').click();
|
||||
getLogEntries().eq(rowIndex).find('[aria-label="Execute step"]').click();
|
||||
}
|
||||
|
||||
export function setInputDisplayMode(mode: 'table' | 'ai' | 'json' | 'schema') {
|
||||
|
||||
Reference in New Issue
Block a user