Update tests to remove Target and Legacy Day Filter checks

This commit is contained in:
2026-04-15 05:56:41 +02:00
parent 1e4f985758
commit 5888a42713

View File

@@ -106,5 +106,7 @@ describe("ProjectSequencerPane", () => {
expect(
screen.getByText(/Project event placements run attached sequences only/i)
).toBeVisible();
expect(screen.queryByText("Target")).toBeNull();
expect(screen.queryByText("Legacy Day Filter")).toBeNull();
});
});