Skip to content

Commit

Permalink
updated snapshot
Browse files Browse the repository at this point in the history
Signed-off-by: Anik Dhabal Babu <adhabal2002@gmail.com>
  • Loading branch information
anikdhabal committed Aug 11, 2023
1 parent 8264566 commit 5b73347
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ exports[`drawNode diffNode renders as expected when props.a and props.b are the
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -72,7 +72,7 @@ exports[`drawNode diffNode renders as expected when props.a and props.b are the
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -120,7 +120,7 @@ exports[`drawNode diffNode renders as expected when props.a is 0 1`] = `
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -186,7 +186,7 @@ exports[`drawNode diffNode renders as expected when props.a is 0 1`] = `
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -249,7 +249,7 @@ exports[`drawNode diffNode renders as expected when props.a is less than props.b
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -315,7 +315,7 @@ exports[`drawNode diffNode renders as expected when props.a is less than props.b
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -378,7 +378,7 @@ exports[`drawNode diffNode renders as expected when props.a is more than props.b
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -444,7 +444,7 @@ exports[`drawNode diffNode renders as expected when props.a is more than props.b
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -507,7 +507,7 @@ exports[`drawNode diffNode renders as expected when props.b is 0 1`] = `
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -573,7 +573,7 @@ exports[`drawNode diffNode renders as expected when props.b is 0 1`] = `
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -631,7 +631,7 @@ exports[`drawNode diffNode renders as expected when props.isUiFindMatch is true
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down Expand Up @@ -677,7 +677,7 @@ exports[`drawNode diffNode renders as expected when props.isUiFindMatch is true
className="DiffNode--copyIcon"
copyText="serviceName operationName"
icon="copy"
placement="left"
placement="top"
tooltipTitle="Copy label"
/>
</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ exports[`<CopyIcon /> renders as expected 1`] = `
arrowPointAtCenter={true}
autoAdjustOverflow={true}
mouseEnterDelay={0.1}
mouseLeaveDelay={0.1}
mouseLeaveDelay={0}
onVisibleChange={[Function]}
placement="left"
placement="top"
title="tooltipTitleValue"
transitionName="zoom-big-fast"
>
Expand Down

0 comments on commit 5b73347

Please sign in to comment.