Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Dec 7, 2024
1 parent 279425d commit 2e3b8d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ describe("calcite-list", () => {
it("honors filterLabel property", async () => {
const page = await newE2EPage();
const label = "hello world";
await page.setContent(`<calcite-list filter-label="${label}"></calcite-list>`);
await page.setContent(`<calcite-list filter-enabled filter-label="${label}"></calcite-list>`);

const filter = await page.find(`calcite-list >>> calcite-filter`);
expect(await filter.getProperty("label")).toBe(label);
Expand Down

0 comments on commit 2e3b8d8

Please sign in to comment.