microsoft / accessibility-insights-web

Accessibility Insights for Web
https://accessibilityinsights.io
MIT License
835 stars 150 forks source link

fix: mocked date for command Bar unit test case #7270

Closed v-viyada closed 7 months ago

v-viyada commented 7 months ago

Details

Unit test case for details-view-command-bar.test is failing due to mismatched dates between saved snapshot and rendered object. Rendered object always takes the current date. Mocked the date in the test case to return specific date instead of current date.

Motivation
Context

Pull request checklist