From c52e9d872abba96b1d99cf2e8da80d48eaa06e52 Mon Sep 17 00:00:00 2001 From: Bryce Date: Thu, 7 Aug 2025 08:04:29 -0700 Subject: [PATCH] progress --- tests/functional/test_full_user_flow.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/test_full_user_flow.py b/tests/functional/test_full_user_flow.py index 222217c..9ab2dac 100644 --- a/tests/functional/test_full_user_flow.py +++ b/tests/functional/test_full_user_flow.py @@ -90,7 +90,7 @@ def test_full_user_flow(playwright: playwright.sync_api.Playwright): page.wait_for_load_state("networkidle") # Wait for modal to appear and folders to sync - page.wait_for_selector("#folders-list", timeout=10000) + page.wait_for_selector("#folders-list .card", timeout=10000) # Step 6: Verify at least 3 folder cards are displayed folder_cards = page.locator(".card.bg-base-100.shadow-xl")