From f853cff920f291ef59179226244c01c21b2ac221 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 28 Mar 2025 17:42:41 -0500 Subject: [PATCH] Fix LazyBookCard test with new globals getter for placeholder url --- client/cypress/tests/components/cards/LazyBookCard.cy.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/cypress/tests/components/cards/LazyBookCard.cy.js b/client/cypress/tests/components/cards/LazyBookCard.cy.js index dbe33f81..ab685b0d 100644 --- a/client/cypress/tests/components/cards/LazyBookCard.cy.js +++ b/client/cypress/tests/components/cards/LazyBookCard.cy.js @@ -49,6 +49,7 @@ function createMountOptions() { 'libraries/getLibraryProvider': () => 'audible.us', 'libraries/getBookCoverAspectRatio': 1, 'globals/getLibraryItemCoverSrc': () => 'https://my.server.com/book_placeholder.jpg', + 'globals/getPlaceholderCoverSrc': 'https://my.server.com/book_placeholder.jpg', getLibraryItemsStreaming: () => null, getIsMediaQueued: () => false, getIsStreamingFromDifferentLibrary: () => false