Apply Black to test_playwright.py

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01TShiUYVMmmF4zyJR6GMw34
This commit is contained in:
Claude 2026-07-02 17:05:06 +00:00
commit 14397ac4c1
No known key found for this signature in database

View file

@ -900,9 +900,7 @@ def test_column_chooser_dialog(page, datasette_server):
dialog = page.locator("column-chooser dialog")
dialog.wait_for(state="visible")
assert (
page.locator("column-chooser .modal-title").inner_text() == "Choose columns"
)
assert page.locator("column-chooser .modal-title").inner_text() == "Choose columns"
assert "selected" in page.locator("column-chooser .modal-meta").inner_text()
notes_item = page.locator("column-chooser .drag-item", has_text="notes")