Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
Polleps committed Dec 9, 2024
1 parent 94eb102 commit 9517c11
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ const CreateLineInputText = styled.span`

const Divider = styled.div`
border-top: 1px solid ${props => props.theme.colors.bg2};
/* margin-block: 0.5rem; */
grid-column: 1/3;
@container (max-width: 520px) {
Expand Down
1 change: 0 additions & 1 deletion browser/e2e/tests/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,6 @@ export async function fillSearchBox(
await selector.getByPlaceholder(placeholder).fill(fillText);

return async (name: string) => {
// await selector.getByTestId('searchbox-results').getByText(name).hover();
await selector.getByTestId('searchbox-results').getByText(name).click();
};
}
Expand Down

0 comments on commit 9517c11

Please sign in to comment.