test(web): actualizeaza 4 teste pentru meniul grupat + pagina Setari

- badge: cauta elementul randat (class="tab-badge"), nu substringul brut —
  CSS-ul nou din base.html contine mereu selectorul .tab-badge
- meniu mapari: fereastra de context largita — iconita SVG sta intre href si text
- setari: eticheta sub-tabului e "Cheie API", nu "Cheia mea API"

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Claude Agent
2026-07-06 13:50:33 +00:00
parent 44f261e269
commit e2627c1aa4
3 changed files with 7 additions and 5 deletions

View File

@@ -111,6 +111,6 @@ def test_cont_fara_mapari(client):
html = resp.text
assert "Mapari operatii salvate" not in html
assert "Formate de coloane salvate" not in html
# Cont contine doar cheie API + creds RAR
assert "Cheia mea API" in html
# Setari contine sub-taburile cheie API + creds RAR
assert "Cheie API" in html
assert "Credentiale RAR" in html