feature: Update HandleTooltipComponent text from "Select" to "Click" for better clarity (#5004)
This commit is contained in:
parent
975164ebcb
commit
5407cad728
2 changed files with 5 additions and 5 deletions
|
|
@ -71,7 +71,7 @@ export default function HandleTooltipComponent({
|
|||
<b>Drag</b> to connect compatible {!isInput ? "inputs" : "outputs"}
|
||||
</div>
|
||||
<div>
|
||||
<b>Select</b> to filter compatible {!isInput ? "inputs" : "outputs"}{" "}
|
||||
<b>Click</b> to filter compatible {!isInput ? "inputs" : "outputs"}{" "}
|
||||
and components
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -65,7 +65,7 @@ test(
|
|||
|
||||
await expect(
|
||||
page
|
||||
.getByText("Select to filter compatible inputs and components")
|
||||
.getByText("Click to filter compatible inputs and components")
|
||||
.first(),
|
||||
).toBeVisible();
|
||||
|
||||
|
|
@ -99,7 +99,7 @@ test(
|
|||
|
||||
await expect(
|
||||
page
|
||||
.getByText("Select to filter compatible outputs and components")
|
||||
.getByText("Click to filter compatible outputs and components")
|
||||
.first(),
|
||||
).toBeVisible();
|
||||
|
||||
|
|
@ -132,7 +132,7 @@ test(
|
|||
|
||||
await expect(
|
||||
page
|
||||
.getByText("Select to filter compatible outputs and components")
|
||||
.getByText("Click to filter compatible outputs and components")
|
||||
.first(),
|
||||
).toBeVisible();
|
||||
|
||||
|
|
@ -166,7 +166,7 @@ test(
|
|||
|
||||
await expect(
|
||||
page
|
||||
.getByText("Select to filter compatible outputs and components")
|
||||
.getByText("Click to filter compatible outputs and components")
|
||||
.first(),
|
||||
).toBeVisible();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue