Show interrupted query in resizing textarea, closes #1876

This commit is contained in:
Simon Willison 2022-11-01 10:22:26 -07:00
commit 2ec5583629
3 changed files with 11 additions and 3 deletions

View file

@ -172,7 +172,7 @@ def test_sql_time_limit(app_client_shorter_time_limit):
"""
<a href="https://docs.datasette.io/en/stable/settings.html#sql-time-limit-ms">sql_time_limit_ms</a>
""".strip(),
"<pre>select sleep(0.5)</pre>",
'<textarea style="width: 90%">select sleep(0.5)</textarea>',
]
for expected_html_fragment in expected_html_fragments:
assert expected_html_fragment in response.text