diff --git a/src/frontend/src/CustomNodes/GenericNode/components/HandleTooltipComponent/index.tsx b/src/frontend/src/CustomNodes/GenericNode/components/HandleTooltipComponent/index.tsx index 0ff2e040d..9bf044e6d 100644 --- a/src/frontend/src/CustomNodes/GenericNode/components/HandleTooltipComponent/index.tsx +++ b/src/frontend/src/CustomNodes/GenericNode/components/HandleTooltipComponent/index.tsx @@ -71,7 +71,7 @@ export default function HandleTooltipComponent({ Drag to connect compatible {!isInput ? "inputs" : "outputs"}
- Select to filter compatible {!isInput ? "inputs" : "outputs"}{" "} + Click to filter compatible {!isInput ? "inputs" : "outputs"}{" "} and components
diff --git a/src/frontend/tests/core/features/filterEdge-shard-0.spec.ts b/src/frontend/tests/core/features/filterEdge-shard-0.spec.ts index 2fce3ca0c..2282e8bc9 100644 --- a/src/frontend/tests/core/features/filterEdge-shard-0.spec.ts +++ b/src/frontend/tests/core/features/filterEdge-shard-0.spec.ts @@ -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();