You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The maintenance page was recently refactored, and we need to ensure its functionality is stable. Set up and execute end-to-end (E2E) tests using Playwright to cover key user flows and edge cases.
Plans
I plan to write the test file by referring to the existing test files and the Playwright documentation.
The text was updated successfully, but these errors were encountered:
resolves#3041, [(FR-393)](https://lablup.atlassian.net/browse/FR-393)
**changes**
* Added test cases for `Rescan Images` and `Recalculate Usage` on the `maintenance` page.
* Added functions in `test-util-antd.ts` to retrieve notification text.
* Added `1-minute` timeout to rescan image test (1min)
**Checklist:**
- [ ] Documentation
- [ ] Minium required manager version
- [ ] Specific setting for review (eg., KB link, endpoint or how to setup)
- [ ] Minimum requirements to check during review
- [ ] Test case(s) to demonstrate the difference of before/after
Description
The
maintenance
page was recently refactored, and we need to ensure its functionality is stable. Set up and execute end-to-end (E2E) tests usingPlaywright
to cover key user flows and edge cases.Plans
The text was updated successfully, but these errors were encountered: