Milestone 127: recommendation quality — provenance, tiered mixes, For You v2, tuning lab #107
@@ -178,8 +178,11 @@ describe('Admin tuning page', () => {
|
|||||||
// Latest skip rate column for radio = 40% (also discover's latest
|
// Latest skip rate column for radio = 40% (also discover's latest
|
||||||
// completion, hence getAllBy).
|
// completion, hence getAllBy).
|
||||||
expect(screen.getAllByText('40%').length).toBeGreaterThan(0);
|
expect(screen.getAllByText('40%').length).toBeGreaterThan(0);
|
||||||
// The knob turn is listed under the chart.
|
// The knob turn is listed under the chart AND tooltipped on each
|
||||||
expect(screen.getByText(/2026-06-30 — radio: taste_weight 1→2/)).toBeInTheDocument();
|
// sparkline's marker tick, hence getAllBy.
|
||||||
|
expect(
|
||||||
|
screen.getAllByText(/2026-06-30 — radio: taste_weight 1→2/).length
|
||||||
|
).toBeGreaterThan(0);
|
||||||
// Low-volume series (5 plays) is dimmed as anecdote.
|
// Low-volume series (5 plays) is dimmed as anecdote.
|
||||||
expect(screen.getByTitle(/fewer than 20 plays in the window/i)).toBeInTheDocument();
|
expect(screen.getByTitle(/fewer than 20 plays in the window/i)).toBeInTheDocument();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user