pdate
DevPlace CI / test (push) Has been cancelled

This commit is contained in:
2026-07-23 01:14:10 +02:00
parent 64c3983c9f
commit 582e37d176
24 changed files with 549 additions and 36 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ def test_member_sees_only_quota_percentage(bob):
assert (
page.locator(".ai-quota-only .ai-usage-title", has_text="AI quota").count() == 1
)
assert "%" in page.locator(".ai-quota-only .ai-quota-pct").inner_text()
assert "%" in page.locator(".ai-quota-only .ai-quota-pct").first.inner_text()
assert page.locator("[data-ai-usage]").count() == 0