Skip to content

Commit 1ffa4ab

Browse files
Remove unnecessary wait for file labels in HomePageV2
1 parent d89b6e3 commit 1ffa4ab

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

tests/e2e-test/pages/HomePageV2.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,6 @@ def select_schema_for_file(self, file_name, schema_name):
186186
schema_dropdowns = dialog.get_by_placeholder("Select Schema")
187187
file_labels = dialog.locator("strong")
188188

189-
# Wait for file labels to appear (React state update may be async)
190-
file_labels.first.wait_for(state="visible", timeout=10000)
191-
192189
# Find the index of this file among all listed files
193190
count = file_labels.count()
194191
target_index = -1

0 commit comments

Comments
 (0)