Skip to content

Commit

Permalink
Removed e2e tests which didn't work properly on mobile devices
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Apr 19, 2024
1 parent 636ecf1 commit 6885b01
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/e2e/notifications.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import { test, expect } from "@playwright/test";
//
test( "Vérification du contrôle des notifications", async ( { page } ) =>
{
// Ce test est désactivé car il ne fonctionne pas sur les navigateurs mobiles.
test.skip();

// Réinitialisation des comptes utilisateurs factices.
execSync( "node scripts/create-fake-accounts.js" );

Expand Down

0 comments on commit 6885b01

Please sign in to comment.