Download links for the plugin
Build LinkLog Development Image / development-image (push) Successful in 10s

This commit is contained in:
2026-08-26 22:07:08 +02:00
parent b6c01878a8
commit fa6d88a768
13 changed files with 33 additions and 7 deletions
+2
View File
@@ -727,6 +727,8 @@ def test_public_and_admin_pages_render_html():
about_page = client.get('/about')
assert about_page.status_code == 200
assert 'Save the good stuff' in about_page.text
assert '<h2>Plugin</h2>' in about_page.text
assert 'https://git.kolkman.org/olaf/Link-Log/raw/branch/main/XPI/signed/LinkLog-0.1.0.xpi' in about_page.text
assert 'id="auth-about-link" href="/about"' in about_page.text
assert client.get('/admin').status_code == 200
admin_page = client.get('/admin').text