Skip to content

Commit 9a61211

Browse files
committed
Lint
1 parent 9709c89 commit 9a61211

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

e2e/playwright/testing-selections.spec.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -476,14 +476,6 @@ part001 = startSketchOn(XZ)
476476
).not.toBeDisabled()
477477
})
478478

479-
const removeAfterFirstParenthesis = (inputString: string) => {
480-
const index = inputString.indexOf('(')
481-
if (index !== -1) {
482-
return inputString.substring(0, index)
483-
}
484-
return inputString // return the original string if '(' is not found
485-
}
486-
487479
test('Testing selections (and hovers) work on sketches when NOT in sketch mode', async ({
488480
page,
489481
homePage,

0 commit comments

Comments
 (0)