test(e2e): expect inline "Company is required." copy on new-ticket form (PMS-535) #394
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/PMS-535-company-required-copy"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The form-validation spec asserted the missing-company error read "Please pick a company first." from the old form-level banner. MAPPS-322 in the mokosh-apps SPA routed that error into the CompanyPicker's own inline slot (it now takes an
error:prop), so it renders via the sharedRule::Requiredmessage as "Company is required." - matching the Title/Description copy. The deployed SPA no longer emits the old string anywhere, so line 63 timed out at 15s and failed all three browsers. Update the expected text and the now-stale comment to match the inline-slot behaviour.#PMS-535