Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Oct 18, 2021
1 parent bb24c42 commit 0310df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calcite-list-item/calcite-list-item.e2e.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe("calcite-list-item", () => {

it("is focusable", () =>
focusable("calcite-list-item", {
focusTargetSelector: `.${CSS.contentContainerButton}`
shadowFocusTargetSelector: `.${CSS.contentContainerButton}`
}));

it("honors hidden attribute", async () => hidden("calcite-list-item"));
Expand Down

0 comments on commit 0310df1

Please sign in to comment.