UI: Unify URL handling, show full URL everywhere

This commit is contained in:
Max Berger
2026-03-29 23:13:22 +02:00
parent 1921c0c8eb
commit 045ab573db
7 changed files with 69 additions and 24 deletions

View File

@@ -19,6 +19,7 @@ Integration tests for sharing (login/logout specific)
"""
import pathlib
import re
from typing import Any, Generator
import pytest
@@ -71,7 +72,7 @@ def test_incoming_shares(page: Page, radicale_server: str, permissions: str) ->
page.locator(
"tr[data-name='incomingsharerowtemplate']:not(.hidden) input[data-name='pathortoken']"
)
).to_have_value("mapped")
).to_have_value(re.compile(r".*mapped/"))
# 5. Max enables and shows the share
# Initially, it's disabled and not shown (security by default)