This commit is contained in:
2026-06-19 00:11:09 +02:00
parent 10317a8f20
commit 4a046ce00f
146 changed files with 6079 additions and 392 deletions
+2 -3
View File
@@ -722,11 +722,10 @@ def test_profile_back_link(alice):
page.wait_for_url(f"{BASE_URL}/feed", wait_until="domcontentloaded")
def test_profile_role_display(alice):
# alice_test is the first user -> Admin; only admins see role badges.
def test_profile_level_display(alice):
page, user = alice
page.goto(f"{BASE_URL}/profile/{user['username']}", wait_until="domcontentloaded")
assert page.locator(".profile-role").is_visible()
assert page.locator(".profile-level-bar").is_visible()
def test_profile_avatar(alice):