Bugzilla – Attachment 184461 Details for
Bug 40174
Add a way to cleanly insert data in DB from Cypress tests
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 40174: Fix codespell
Bug-40174-Fix-codespell.patch (text/plain), 1.00 KB, created by
Jonathan Druart
on 2025-07-22 07:00:53 UTC
(
hide
)
Description:
Bug 40174: Fix codespell
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2025-07-22 07:00:53 UTC
Size:
1.00 KB
patch
obsolete
>From e9e7e2ecea46643cd8c81654855193983ec419b8 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 22 Jul 2025 08:59:34 +0200 >Subject: [PATCH] Bug 40174: Fix codespell > >--- > t/cypress/integration/KohaTable/Holdings_spec.ts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/cypress/integration/KohaTable/Holdings_spec.ts b/t/cypress/integration/KohaTable/Holdings_spec.ts >index fda13f1951c..8c77f678308 100644 >--- a/t/cypress/integration/KohaTable/Holdings_spec.ts >+++ b/t/cypress/integration/KohaTable/Holdings_spec.ts >@@ -32,7 +32,7 @@ describe("catalogue/detail/holdings_table with items", () => { > }); > > it("Correctly init the table", function () { >- // Do not use `() => {` or this.objets won't be retrieved >+ // Do not use `() => {` or this.objects won't be retrieved > const biblio_id = this.objects.biblio.biblio_id; > cy.set_syspref("AlwaysShowHoldingsTableFilters", 1).then(() => { > cy.visit( >-- >2.34.1
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 40174
:
183372
|
183373
|
183374
|
183851
|
183929
|
183978
|
183980
|
183981
|
184103
|
184104
|
184105
|
184106
|
184107
|
184108
|
184195
|
184327
|
184328
|
184329
|
184330
|
184331
|
184332
|
184333
| 184461