UniversityOfSaskatchewanCMPT371 / term-project-2024-team-4

Apache License 2.0
2 stars 2 forks source link

Login Integration Tests Non Functional #116

Open lecegues opened 5 months ago

lecegues commented 5 months ago

Problem

Login Integration Test File Login.integ.test.jsx using Puppeteer do not work anymore. They time out and don't seem to properly interact with the website.

To-Do

The way the Login feature is being tested is more suitable as an End-To-End test, so this test should be added using Playwright, rather than an integration test using Puppeteer.