mirror of
https://github.com/simonw/datasette.git
synced 2026-09-10 10:34:06 +02:00
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:
parent
7d19e949dd
commit
14397ac4c1
1 changed files with 1 additions and 3 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue