Skip to content

Commit 9517c11

Browse files
committed
Remove commented code
1 parent 94eb102 commit 9517c11

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

browser/data-browser/src/components/forms/SearchBox/SearchBoxWindow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ const CreateLineInputText = styled.span`
553553

554554
const Divider = styled.div`
555555
border-top: 1px solid ${props => props.theme.colors.bg2};
556-
/* margin-block: 0.5rem; */
557556
grid-column: 1/3;
558557
559558
@container (max-width: 520px) {

browser/e2e/tests/test-utils.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ export async function fillSearchBox(
238238
await selector.getByPlaceholder(placeholder).fill(fillText);
239239

240240
return async (name: string) => {
241-
// await selector.getByTestId('searchbox-results').getByText(name).hover();
242241
await selector.getByTestId('searchbox-results').getByText(name).click();
243242
};
244243
}

0 commit comments

Comments
 (0)