-
Notifications
You must be signed in to change notification settings - Fork 49
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
Updates to Cypress Tests to Avoid Failures #1118
Conversation
096a1e2
to
975bd3d
Compare
@humansinstitute Please review this PR. |
@@ -59,27 +58,6 @@ describe('Admin Statistics Custom Date Range', () => { | |||
cy.contains('25').should('exist'); | |||
cy.wait(1000); | |||
|
|||
let expectedStartDateFormat = `${String(startDate.getDate()).padStart( | |||
2, |
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.
@saithsab877 instead of deleting this code use the correct date format, this is the current format
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.
@elraphty @humansinstitute Not added in my bounty task but i fix it
Describe your changes
Issue ticket number and link
Type of change
Please delete options that are not relevant.
Checklist before requesting a review