chore: add major data-test attributes
This commit is contained in:
@@ -100,6 +100,7 @@ function FlowSubstep(props: FlowSubstepProps): React.ReactElement {
|
||||
sx={{ mt: 2 }}
|
||||
disabled={!validationStatus || editorContext.readOnly}
|
||||
type="submit"
|
||||
data-test="flow-substep-continue-button"
|
||||
>
|
||||
Continue
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user