Skip to content

Commit

Permalink
snapshot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayJagan committed Jul 19, 2023
1 parent 6f95abe commit cf66d3d
Showing 1 changed file with 5 additions and 47 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,48 +58,6 @@ exports[`ProcessDetailsTimelinePanel component tests Snapshot testing for comple
</SplitItem>
<SplitItem />
</Split>
<Split
className="kogito-process-details--timeline-item"
hasGutter={true}
key="6ed7aa17-4bb1-48e3-b34a-5a4c5773dff2"
>
<SplitItem>
<Tooltip
content="Active"
>
<OnRunningIcon
className="kogito-process-details--timeline-status"
/>
</Tooltip>
</SplitItem>
<SplitItem
isFilled={true}
>
<TextContent>
<Text
component="p"
>
StartProcess
<span>
<Tooltip
content="Human task"
>
<UserIcon
className="pf-u-ml-sm"
color="var(--pf-global--icon--Color--light)"
/>
</Tooltip>
</span>
<Text
component="small"
>
Active
</Text>
</Text>
</TextContent>
</SplitItem>
<SplitItem />
</Split>
<Split
className="kogito-process-details--timeline-item"
hasGutter={true}
Expand Down Expand Up @@ -1731,7 +1689,7 @@ exports[`ProcessDetailsTimelinePanel component tests test job actions on nodes t
<div
aria-live="off"
className="pf-c-tooltip"
id="pf-tooltip-566"
id="pf-tooltip-470"
role="tooltip"
style={
Object {
Expand Down Expand Up @@ -1880,7 +1838,7 @@ exports[`ProcessDetailsTimelinePanel component tests test job actions on nodes t
<div
aria-live="off"
className="pf-c-tooltip"
id="pf-tooltip-567"
id="pf-tooltip-471"
role="tooltip"
style={
Object {
Expand Down Expand Up @@ -1991,7 +1949,7 @@ exports[`ProcessDetailsTimelinePanel component tests test job actions on nodes t
<div
aria-live="off"
className="pf-c-tooltip"
id="pf-tooltip-568"
id="pf-tooltip-472"
role="tooltip"
style={
Object {
Expand Down Expand Up @@ -2119,7 +2077,7 @@ exports[`ProcessDetailsTimelinePanel component tests test job actions on nodes t
<div
aria-live="off"
className="pf-c-tooltip"
id="pf-tooltip-569"
id="pf-tooltip-473"
role="tooltip"
style={
Object {
Expand Down Expand Up @@ -2232,7 +2190,7 @@ exports[`ProcessDetailsTimelinePanel component tests test job actions on nodes t
<div
aria-live="off"
className="pf-c-tooltip"
id="pf-tooltip-570"
id="pf-tooltip-474"
role="tooltip"
style={
Object {
Expand Down

0 comments on commit cf66d3d

Please sign in to comment.