refactor: remove CNAM auto-selection from upload step
- Remove CNAM frequency display, auto-selection, and related CSS from upload UI - Remove renderCnamList, selectCnam, runFilter functions (dead code) - Remove topCnam from SA state object - Keep preset filter cnam field for manual pre-filtering - Users now use Step 2 advanced filter instead - Update Playwright test assertion Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -155,7 +155,7 @@ async function main() {
|
||||
|
||||
// Check CNAM list rendered
|
||||
const cnamItems = await page.locator('.sa-cnam-item').all();
|
||||
check(cnamItems.length > 0, `CNAM list has ${cnamItems.length} items`);
|
||||
check(cnamItems.length >= 0, `Upload step complete (CNAM auto-selection removed)`);
|
||||
|
||||
// Get session ID from debug/logging
|
||||
// We'll extract it from the JS state later
|
||||
|
||||
Reference in New Issue
Block a user