Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
heswell committed May 14, 2024
1 parent d58d80d commit 2cf97f0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 443 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ describe("FilterEditor", () => {
cy.realPress("ArrowDown");
cy.findAllByRole("option", { name: "currency" }).should(
"have.class",
"vuuHighlighted"
"saltOption-active"
);
EnterAndAssertListVisible();
EnterAndAssertListVisible();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,7 @@ export const useFilterEditor = ({

const handleClickSaveButton = useMemo(
() => () =>
// onSave() ?
invokeMenuAction({
menuId: "save",
options: {},
Expand Down
Loading

0 comments on commit 2cf97f0

Please sign in to comment.