Skip to content

Commit c2ea0da

Browse files
rename ExactIcon -> ExactMatchIndicator
1 parent 755f182 commit c2ea0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/BrowserTestEditor/ActionForms/forms/LocatorForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,12 +315,12 @@ function DisplayValue({
315315
>
316316
<LocatorText locator={selector} />
317317
</span>
318-
<ExactIcon locator={selector} />
318+
<ExactMatchIndicator locator={selector} />
319319
</Flex>
320320
)
321321
}
322322

323-
function ExactIcon({ locator }: { locator: NodeSelector }) {
323+
function ExactMatchIndicator({ locator }: { locator: NodeSelector }) {
324324
if (locator.type === 'test-id' || locator.type === 'css') {
325325
return null
326326
}

0 commit comments

Comments
 (0)