Skip to content

Commit 321d64d

Browse files
committed
Fixed e2e PlayWright tests after Gravatar support addition
1 parent d2910fc commit 321d64d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/settings.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ test( "Mise à jour des informations du compte utilisateur", async ( { page } )
4747
// Sélection de la langue préférée.
4848
await page.getByLabel( "Preferred Language" ).click();
4949
await page.getByLabel( "French" ).click();
50+
await page.getByRole( "button", { name: "Update" } ).click();
5051

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

0 commit comments

Comments
 (0)