Bug 41368

Summary: Tools/ManageMarcImport_spec.ts is failing
Product: Project Infrastructure Reporter: Lucas Gass (lukeg) <lucas>
Component: Continuous IntegrationAssignee: Lucas Gass (lukeg) <lucas>
Status: Pushed to main --- QA Contact:
Severity: enhancement    
Priority: P5 - low CC: jonathan.druart, nick, tomascohen
Version: unspecified   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
26.05.00
Version(s) released in:
Circulation function:
Bug Depends on: 40046, 41177    
Bug Blocks:    
Attachments: Bug 41368: Set new values directly in DOM
Bug 41368: Fix View batch click
Bug 41368: Fix View batch click
Bug 41368: Fix View batch click

Description Lucas Gass (lukeg) 2025-12-03 17:51:33 UTC
To recreate:

1. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts 
2. It fails
Comment 1 Lucas Gass (lukeg) 2025-12-03 17:54:17 UTC
Created attachment 190126 [details] [review]
Bug 41368: Set new values directly in DOM

To test:
1. APPLY PATCH, yarn build
2. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts
3. it passes
Comment 2 Lucas Gass (lukeg) 2025-12-03 20:39:12 UTC
Created attachment 190131 [details] [review]
Bug 41368: Fix View batch click

To test:
1. APPLY PATCH
2. yarn build
3. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts
4. It should now pass
Comment 3 David Nind 2025-12-04 00:56:09 UTC
Created attachment 190143 [details] [review]
Bug 41368: Fix View batch click

To test:
1. APPLY PATCH
2. yarn build
3. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts
4. It should now pass

Signed-off-by: David Nind <david@davidnind.com>
Comment 4 Jonathan Druart 2025-12-04 08:11:10 UTC
It does not fail for me without the patch.
Comment 5 Jonathan Druart 2025-12-04 08:12:03 UTC Comment hidden (obsolete)
Comment 6 Jonathan Druart 2025-12-04 08:12:20 UTC
we had random failures reported on bug 40046.
Comment 7 Nick Clemens (kidclamp) 2026-02-06 14:53:47 UTC
Created attachment 192623 [details] [review]
Bug 41368: Fix View batch click

To test:
1. APPLY PATCH
2. yarn build
3. cypress run --spec t/cypress/integration/Tools/ManageMarcImport_spec.ts
4. It should now pass

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
Comment 8 Nick Clemens (kidclamp) 2026-02-06 14:54:09 UTC
(In reply to Jonathan Druart from comment #4)
> It does not fail for me without the patch.

It did for me ;-)
Comment 9 Lucas Gass (lukeg) 2026-02-06 22:30:39 UTC
Pushed to main for 26.05.00