diff --git a/app/web/templates/landing.html b/app/web/templates/landing.html index 870ceb8..e612ff5 100644 --- a/app/web/templates/landing.html +++ b/app/web/templates/landing.html @@ -22,7 +22,7 @@

Gratuit până la 60 de trimiteri/lună

- + Creează cont gratuit Vezi cum funcționează
@@ -348,7 +348,7 @@

Creează cont în 2 minute și declară azi la RAR

Te înregistrezi gratuit. Imediat poți încărca primul fișier sau conecta softul de service.

-
Pro gratuit 30 de zile, apoi automat pe Gratuit
+
Ai Pro gratuit primele 30 de zile, apoi pachetul ales
Conform Legii 142/2023 și OMTI 210/2024
Datele cu caracter personal criptate (GDPR)
diff --git a/tests/test_web_responsive.py b/tests/test_web_responsive.py index 0f2e32f..d2d6a95 100644 --- a/tests/test_web_responsive.py +++ b/tests/test_web_responsive.py @@ -823,8 +823,10 @@ def test_landing_trial_pro_nu_premium(): Verifica sectiunea PRICING (subtitle) si sectiunea AUTH (lista beneficii).""" html = _citeste_landing() - assert "Pro gratuit 30 de zile" in html, \ - "'Pro gratuit 30 de zile' lipseste din landing — verifica sectiunile PRICING + AUTH (5.17 T7)" + assert "30 de zile Pro gratuit" in html, \ + "'30 de zile Pro gratuit' lipseste din landing — verifica sectiunea TRIAL BENEFIT (5.17 T7)" + assert "Ai Pro gratuit primele 30 de zile, apoi pachetul ales" in html, \ + "copy-ul trial din sectiunea AUTH lipseste din landing (5.17 T7)" assert "Premium gratuit 30 de zile" not in html, \ "'Premium gratuit 30 de zile' inca in landing — trial-ul e pe Pro, nu Premium (5.17 T7)"