Skip to content

Commit

Permalink
Fixed e2e PlayWright tests after Gravatar support addition
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Feb 5, 2025
1 parent d2910fc commit 321d64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/e2e/settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ test( "Mise à jour des informations du compte utilisateur", async ( { page } )
// Sélection de la langue préférée.
await page.getByLabel( "Preferred Language" ).click();
await page.getByLabel( "French" ).click();
await page.getByRole( "button", { name: "Update" } ).click();

// Attente de la réponse du serveur sous forme de notification.
await expect(
Expand Down

0 comments on commit 321d64d

Please sign in to comment.