Skip to content

Commit

Permalink
Improving and expanding functionality checks for the workflow_detail …
Browse files Browse the repository at this point in the history
…page

Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Sep 11, 2024
1 parent 169a8c4 commit 202de88
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/pages/workflow_detail/resizable_workspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ export function ResizableWorkspace(props: ResizableWorkspaceProps) {
</EuiFlexItem>
</EuiFlexGroup>
</EuiResizablePanel>
<EuiResizableButton />
<EuiResizableButton data-testid="toolsPanelCollapseButton" />
<EuiResizablePanel
id={TOOLS_PANEL_ID}
mode="collapsible"
Expand All @@ -248,6 +248,7 @@ export function ResizableWorkspace(props: ResizableWorkspaceProps) {
onToggleToolsChange()
}
style={{ marginBottom: '-16px' }}
data-testid="toolsPanelId"
>
<Tools
workflow={workflow}
Expand Down

0 comments on commit 202de88

Please sign in to comment.