remove most subtitles
This commit is contained in:
parent
d8f2e03d36
commit
947ef8e833
7 changed files with 13 additions and 46 deletions
|
|
@ -388,7 +388,6 @@ def test_render_sources_shows_table_and_create_link() -> None:
|
|||
async def run() -> None:
|
||||
body = str(await render_sources())
|
||||
|
||||
assert "Configured feed and Pangea sources live here as tables" in body
|
||||
assert ">Sources<" in body
|
||||
assert 'href="/sources/create"' in body
|
||||
assert "guardian-feed" not in body
|
||||
|
|
@ -401,7 +400,7 @@ def test_render_create_source_shows_dedicated_form_page() -> None:
|
|||
async def run() -> None:
|
||||
body = str(await render_create_source())
|
||||
|
||||
assert "Create a new source and its paired job configuration." in body
|
||||
assert ">Create source<" in body
|
||||
assert "Source and job setup" in body
|
||||
assert "data-signals__ifmissing" in body
|
||||
assert "/actions/sources/create" in body
|
||||
|
|
@ -890,7 +889,6 @@ def test_render_execution_logs_uses_app_route(monkeypatch, tmp_path: Path) -> No
|
|||
|
||||
assert f"Job {job.id} / execution {execution.get_id()}" in body
|
||||
assert f"/job/{job.id}/execution/{execution.get_id()}/logs" in body
|
||||
assert "Route: /job/" in body
|
||||
assert "waiting for more log lines" in body
|
||||
|
||||
asyncio.run(run())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue