Skip to content

Commit

Permalink
e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
gRoussac committed Feb 28, 2025
1 parent c0d8421 commit 5345c2d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/e2e/puppeteer/tests.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2442,7 +2442,6 @@ describe('Angular App Tests', () => {
await test.page.waitForSelector('[e2e-id="itemKeyElt"]');
await clearInput('[e2e-id="itemKeyElt"]');
await test.page.type('[e2e-id="itemKeyElt"]', '0');
await screenshot();
await submit();
await getResult();
});
Expand Down

0 comments on commit 5345c2d

Please sign in to comment.