@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user