Type B: Test Issue

Changed Selectors

The data table was refactored with new CSS class names. Old selectors like #data-table .row or .old-table-row no longer exist in the DOM.

Failure Scenario: selector_changed

The table component was rebuilt during a CSS framework migration. All class names changed:

  • #data-table changed to .data-grid
  • .row / .old-table-row changed to .data-row
  • .cell changed to standard td elements
  • Old test behavior: Uses selector #data-table .row to find table rows
  • Expected fix: Use selector .data-grid .data-row instead

User Management

User Email Role Status Last Active
AS
Alice Smith
alice.smith@company.com Admin
Active
2 minutes ago
BJ
Bob Johnson
bob.johnson@company.com Editor
Active
15 minutes ago
CW
Carol Williams
carol.williams@company.com Manager
Active
1 hour ago
DB
David Brown
david.brown@company.com Viewer
Inactive
3 days ago
ED
Eve Davis
eve.davis@company.com Editor
Active
30 minutes ago
FM
Frank Miller
frank.miller@company.com Viewer
Active
5 minutes ago