File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
packages/frontend/src/components Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,14 @@ export default function EditorRightDrawer(props: EditorRightDrawerProps) {
3131 }
3232
3333 return (
34- < Flex flexDir = "column" w = "100%" py = "4" overflowY = "auto" h = "100%" >
34+ < Flex
35+ data-test = "editor-right-drawer"
36+ flexDir = "column"
37+ w = "100%"
38+ py = "4"
39+ overflowY = "auto"
40+ h = "100%"
41+ >
3542 < StepHeader step = { step } />
3643 < Flex { ...styles . stepContentsWrapper } pt = { hasConnection ? 0 : 4 } >
3744 < Step step = { step } isLastStep = { index === steps . length - 1 } />
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ export default function EmptyFlowStepHeader(
2121
2222 return (
2323 < Flex
24+ data-test = "flow-step"
2425 borderWidth = "1px"
2526 borderColor = "base.divider.medium"
2627 borderRadius = "lg"
Original file line number Diff line number Diff line change @@ -210,6 +210,7 @@ export default function FlowStep(
210210 </ Box >
211211 ) }
212212 < Flex
213+ data-test = "flow-step"
213214 { ...flowStepStyles . container }
214215 borderTopWidth = { hasInfoBox ? 0 : '1px' }
215216 borderColor = {
You can’t perform that action at this time.
0 commit comments