Skip to content

Commit a11a9ad

Browse files
committed
Added a bunch of new static files dedicated to PlayWright e2e tests
1 parent b05db00 commit a11a9ad

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

tests/e2e/settings.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ test( "Mise à jour des informations du compte utilisateur", async ( { page } )
5151
// Téléversement d'un nouvel avatar.
5252
await page
5353
.getByLabel( "Avatar" )
54-
.setInputFiles( join( __dirname, "static/avatar.jpg" ) );
54+
.setInputFiles( join( __dirname, "static/duck.jpg" ) );
5555
await page.getByRole( "button", { name: "Update" } ).click();
5656

5757
// Attente de la réponse du serveur sous forme de notification.

tests/e2e/static/cat.jpg

148 KB
Loading
File renamed without changes.

tests/e2e/static/raccoon.jpg

154 KB
Loading

0 commit comments

Comments
 (0)