Skip to the editor

Prove the status filter filters

Tables & lists · level 2 of 5 · PipelineHQ

When a filter is ignored, the rows you expected are still there, plus every row you didn't. Count, and check what should be absent.

The problem

Filter PipelineHQ contacts to Customer and prove the table really narrowed.

Of the 8 seeded contacts, 4 are Customers.

The trap: asserting "a Customer badge is visible" passes even when the filter does nothing at all.

Done when

  • Filtering by Customer shows only the Customer contacts.

Bugs we plant

  • The status filter is ignored

We break each one in a copy of the app. Your test has to fail on every copy.

Loading the editor…