Fix workflow e2e Step 6: trigger blur/change so Start button becomes enabled#174
Merged
Conversation
…on enabled in Step 6 Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenIDM/sessions/153281d0-1850-43e6-aee4-a0199dc253e8 Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
vharseko
May 12, 2026 13:50
View session
…rmSubmit gate + post-submit assertion Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenIDM/sessions/9e1f6b66-5fbc-476f-8d9a-4560cba1cb3b Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
… validators actually fire (Step 6) Agent-Logs-Url: https://github.com/OpenIdentityPlatform/OpenIDM/sessions/e7f2f0e5-a25b-43f4-9797-6802819260dc Co-authored-by: vharseko <6818498+vharseko@users.noreply.github.com>
maximthomas
approved these changes
May 13, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/policy/validateObjectPOST (empty body) →userName.data-validation-statusstuck aterror→validatorsManager.formValidated($form)returns false →formSubmit()bails silentlyfill()+ nativedispatchEventwithpressSequentially+jQuery(el).trigger('change').trigger('blur')so jQuery-bound async validators (unique,no-internal-user-conflict,valid-email-address-format) fire on every keystrokeValidatorsManager.validateAllFields(jQuery('#contractorOnBoardForm'))viapage.evaluateto re-issue the policy POST with the populated form stateexpect(startBtn).toBeEnabled()gate (no longer hackdisabledaway)toHaveCount(0)assertion to catch silent submit failuresnode --checkpassesqemu: uncaught target signal 11 (Segmentation fault)during arm64apt-get install libc-bin(emulator issue on the runner)