Bug 40320

Summary: Missing Cypress tests for patron address display
Product: Koha Reporter: Jonathan Druart <jonathan.druart>
Component: Test SuiteAssignee: Jonathan Druart <jonathan.druart>
Status: Signed Off --- QA Contact: Testopia <testopia>
Severity: normal    
Priority: P5 - low CC: martin.renvoize
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Change sponsored?: ---
Patch complexity: Small patch Documentation contact:
Documentation submission: Text to go in the release notes:
Version(s) released in:
Circulation function:
Bug Depends on: 40181, 40319    
Bug Blocks:    
Attachments: Bug 40320: (bug 40319 follow-up) Add Cypress tests
Bug 40320: (bug 40319 follow-up) Add Cypress tests
Bug 40320: (bug 40319 follow-up) Add Cypress tests
Bug 40320: (bug 40319 follow-up) Add Cypress tests

Description Jonathan Druart 2025-07-07 15:01:05 UTC
The changes on bug 40319 should be covered by tests.
Comment 1 Jonathan Druart 2025-07-07 15:04:23 UTC
Created attachment 183843 [details] [review]
Bug 40320: (bug 40319 follow-up) Add Cypress tests

Test plan:
Make sure the display of city, state and zipcode is the same as before
the patch
Confirm that the new Cypress tests pass
Comment 2 Jonathan Druart 2025-07-10 12:54:20 UTC
Created attachment 183940 [details] [review]
Bug 40320: (bug 40319 follow-up) Add Cypress tests

Test plan:
Make sure the display of city, state and zipcode is the same as before
the patch
Confirm that the new Cypress tests pass
Comment 3 Owen Leonard 2025-07-10 13:58:51 UTC
Created attachment 183944 [details] [review]
Bug 40320: (bug 40319 follow-up) Add Cypress tests

Test plan:
Make sure the display of city, state and zipcode is the same as before
the patch
Confirm that the new Cypress tests pass

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Comment 4 Martin Renvoize (ashimema) 2025-07-18 11:34:20 UTC
[FAIL] koha-tmpl/intranet-tmpl/prog/en/includes/member-display-address-style.inc
   FAIL   filters
                missing_filter at line 34 (                [%~ IF ( patron.city ) ~%][% ", " %][% END ~%])
Comment 5 Jonathan Druart 2025-07-18 12:18:26 UTC
Created attachment 184369 [details] [review]
Bug 40320: (bug 40319 follow-up) Add Cypress tests

Test plan:
Make sure the display of city, state and zipcode is the same as before
the patch
Confirm that the new Cypress tests pass

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Amended-by: Jonathan Druart
Added $raw filter to [% ", " %]