-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ERM-3297 Block save on invalid date in agreement edit (#1343)
* ERM-3297 Block save on invalid date in agreement edit * convert AgreementPeriodField to functional component * install and import dayjs * refactor date fields * add date plausibility validator * add translation key * ERM-3297 Block save on invalid date in agreement edit * fix lint errors * * add missing required prop * Block save on invalid date in agreement edit * refactor Datepicker fields according to folio-org/stripes-components#2331 * ERM-3297 Block save on invalid date in agreement edit * move date plausibility validator to stripes-erm-components * test: Starting on test fixes * test: More test fixes * test: Test fixes * test: Final test fixes * test: Final test tweaks and fixes * test: Test passes locally... * test: This is going to be tedious... wait for button click in beforeEach * test: Restructured Agreement test actions section Really we should be testing actions as a block, where the actions button is clicked in a beforeEach. See restructuring for the breakdown * test: Restructure identifier reassignment form test Chaining button clicks in a waitfor does not seem to guarantee order of running on github CI, so restructure to be clearer * test: Fix UrlCustomizer flaky test (Two buttons labelled 'Delete' Caused some issues * test: Swap to using Button ids, make sure actions are correct (still failing, I think due to changes in Modal) * test: Small tweak to test comment --------- Co-authored-by: EthanFreestone <[email protected]> Co-authored-by: Ethan Freestone <[email protected]>
- Loading branch information
1 parent
e71d566
commit db29a2f
Showing
49 changed files
with
762 additions
and
354 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.