(e2e) adapt to ProConnect error page wording change

The generic message was replaced by the error code
and description from the IdP.
This commit is contained in:
Jonathan Perret
2025-09-17 15:50:45 +02:00
parent a56ce17b34
commit 9a33149e9e
+1 -1
View File
@@ -126,7 +126,7 @@ def test_pro_connect_to_renater_student_not_allowed(page: Page):
renater_wayf(page)
renater_test_idp(page, login="etudiant1")
expect(page.locator("body")).to_contain_text("Une erreur technique est survenue.")
expect(page.locator("body")).to_contain_text("access_denied")
@pytest.mark.skipif(