Fix flow tutorials (#6722)

* Fix tutorial basic

* fix other tutorials

* nit fix bug with button shrinking

* tutorial works backwards

* nit delete field on prev
This commit is contained in:
Diego Imbert
2025-10-01 16:00:46 +00:00
committed by GitHub
parent e2e3ae9f02
commit 8eb6c13c19
9 changed files with 81 additions and 30 deletions
@@ -51,14 +51,14 @@
}
},
{
element: '#flow-editor-error-handler',
element: '#flow-editor-add-step-error-handler-button',
popover: {
title: 'Error handler',
description:
'You can add an error handler to your flow. It will be executed if any of the steps in the flow fails.',
onNextClick: () => {
triggerPointerDown('#flow-editor-error-handler button')
triggerPointerDown('#flow-editor-add-step-error-handler-button')
setTimeout(() => {
driver.moveNext()
})