Skip to content

Commit

Permalink
improve the playwright test
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Sep 28, 2024
1 parent 3f7bc7b commit 220cbde
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1046,8 +1046,8 @@ export const PropertyValue: FC<PropertyValueProps> = ({
}}>
{showInput ? getPropertyInput() : getValueElement()}
</Col>
<Col span={2}>
{isOverflowing && !showInput && (
{isOverflowing && !showInput && (
<Col span={2}>
<Button
className="custom-property-value-toggle-btn"
data-testid={`toggle-${propertyName}`}
Expand All @@ -1056,8 +1056,8 @@ export const PropertyValue: FC<PropertyValueProps> = ({
onClick={toggleExpand}>
{isExpanded ? <UpOutlined /> : <DownOutlined />}
</Button>
)}
</Col>
</Col>
)}
</Row>
</Col>
</Row>
Expand Down

0 comments on commit 220cbde

Please sign in to comment.