Skip to content

Commit

Permalink
fix: update tx button snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tconbeer committed Jul 9, 2024
1 parent 509514c commit a5bd6c0
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 93 deletions.
6 changes: 3 additions & 3 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ pre-commit = "^3.3.1"
textual-dev = "^1.0.1"
harlequin-postgres = "^0.2"
harlequin-mysql = "^0.1.1"
harlequin-odbc = "^0.1.1"
pyinstrument = "^4.6.2"

[tool.poetry.group.static.dependencies]
Expand Down
177 changes: 88 additions & 89 deletions tests/functional_tests/__snapshots__/test_run_query_bar.ambr

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tests/functional_tests/test_run_query_bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ async def test_transaction_button(
assert app.connection.transaction_mode.label == "Auto"
snap_results.append(await app_snapshot(app, "Initialize with Tx: Auto"))
await pilot.click("#transaction_button")
await pilot.pause(0.3)
await pilot.wait_for_animation()
assert app.connection.transaction_mode
assert app.connection.transaction_mode.label == "Manual"
Expand Down

0 comments on commit a5bd6c0

Please sign in to comment.