-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(e2e) : for all common scenarios #2650
base: master
Are you sure you want to change the base?
Conversation
- Added coverage for navigation and content checks on Attendance page - Verified elements load correctly and interactions behave as expected - Ensured handling of edge cases like NaN values in counts
Deployed to https://pr-2650.aam-digital.net/ |
@sadaf895 Hey, i just pushed some updates. I restructured some files and removed cypress. Can you please take a look into the failing tests? It's not necessary to start the app anymore, just run |
e2e/tests/dashboard-tests.spec.ts
Outdated
// Verify that the task names and due dates are displayed | ||
const taskNames = await page | ||
.locator("app-widget-content") | ||
.filter({ hasText: "get signed agreement Nov 19," }) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this test pass, even now (when 19th Nov is a long time in the past)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have restructured it.
closes: #2612