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