Bugzilla – Attachment 155753 Details for
Bug 34789
Fix typo in erm_eholdings_titles
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 34789: Update unit tests
Bug-34789-Update-unit-tests.patch (text/plain), 3.33 KB, created by
Katrin Fischer
on 2023-09-17 13:21:23 UTC
(
hide
)
Description:
Bug 34789: Update unit tests
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2023-09-17 13:21:23 UTC
Size:
3.33 KB
patch
obsolete
>From d6f00bb6afa05e01a5b42c6c101857f461a414f2 Mon Sep 17 00:00:00 2001 >From: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com> >Date: Thu, 14 Sep 2023 12:27:20 +0000 >Subject: [PATCH] Bug 34789: Update unit tests > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > t/cypress/integration/ERM/Titles_spec.ts | 8 ++++---- > t/cypress/support/e2e.js | 2 +- > t/db_dependent/api/v1/erm_eholdings_titles.t | 4 ++-- > 3 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/t/cypress/integration/ERM/Titles_spec.ts b/t/cypress/integration/ERM/Titles_spec.ts >index 3ed27112f6..3bcb8d5a0b 100644 >--- a/t/cypress/integration/ERM/Titles_spec.ts >+++ b/t/cypress/integration/ERM/Titles_spec.ts >@@ -181,8 +181,8 @@ describe("Title CRUD operations", () => { > cy.get("#title_parent_publication_title_id").type( > erm_title.parent_publication_title_id > ); >- cy.get("#title_preceeding_publication_title_id").type( >- erm_title.preceeding_publication_title_id >+ cy.get("#title_preceding_publication_title_id").type( >+ erm_title.preceding_publication_title_id > ); > cy.get("#title_access_type").type(erm_title.access_type); > >@@ -333,9 +333,9 @@ describe("Title CRUD operations", () => { > "have.value", > erm_title.parent_publication_title_id > ); >- cy.get("#title_preceeding_publication_title_id").should( >+ cy.get("#title_preceding_publication_title_id").should( > "have.value", >- erm_title.preceeding_publication_title_id >+ erm_title.preceding_publication_title_id > ); > cy.get("#title_access_type").should( > "have.value", >diff --git a/t/cypress/support/e2e.js b/t/cypress/support/e2e.js >index 0dbffe9ac8..a423c73c7c 100644 >--- a/t/cypress/support/e2e.js >+++ b/t/cypress/support/e2e.js >@@ -66,7 +66,7 @@ cy.get_title = () => { > num_last_vol_online: "num last vol", > online_identifier: "online identifier", > parent_publication_title_id: "parent id", >- preceeding_publication_title_id: "preceeding id", >+ preceding_publication_title_id: "preceeding id", > print_identifier: "print identifier", > publication_title: "publication title", > publication_type: "journal", >diff --git a/t/db_dependent/api/v1/erm_eholdings_titles.t b/t/db_dependent/api/v1/erm_eholdings_titles.t >index 943e581831..17b5a022f0 100755 >--- a/t/db_dependent/api/v1/erm_eholdings_titles.t >+++ b/t/db_dependent/api/v1/erm_eholdings_titles.t >@@ -241,7 +241,7 @@ subtest 'add() tests' => sub { > first_editor => "First editor", > parent_publication_title_id => > "Title identifier of the parent publication", >- preceeding_publication_title_id => >+ preceding_publication_title_id => > "Title identifier of any preceding publication title", > access_type => "Access type" > }; >@@ -415,7 +415,7 @@ subtest 'update() tests' => sub { > first_editor => "First editor", > parent_publication_title_id => > "Title identifier of the parent publication", >- preceeding_publication_title_id => >+ preceding_publication_title_id => > "Title identifier of any preceding publication title", > access_type => "Access type" > }; >-- >2.30.2
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 34789
:
155607
|
155608
|
155609
|
155610
|
155730
|
155731
|
155732
|
155733
|
155750
|
155751
|
155752
| 155753 |
155754
|
155887