We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94eb102 commit 9517c11Copy full SHA for 9517c11
browser/data-browser/src/components/forms/SearchBox/SearchBoxWindow.tsx
@@ -553,7 +553,6 @@ const CreateLineInputText = styled.span`
553
554
const Divider = styled.div`
555
border-top: 1px solid ${props => props.theme.colors.bg2};
556
- /* margin-block: 0.5rem; */
557
grid-column: 1/3;
558
559
@container (max-width: 520px) {
browser/e2e/tests/test-utils.ts
@@ -238,7 +238,6 @@ export async function fillSearchBox(
238
await selector.getByPlaceholder(placeholder).fill(fillText);
239
240
return async (name: string) => {
241
- // await selector.getByTestId('searchbox-results').getByText(name).hover();
242
await selector.getByTestId('searchbox-results').getByText(name).click();
243
};
244
}
0 commit comments