mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
test(watchlist): fix broken test
This commit is contained in:
@@ -203,7 +203,7 @@ describe('Discover', () => {
|
|||||||
.find('[data-testid=title-card-title]')
|
.find('[data-testid=title-card-title]')
|
||||||
.invoke('text')
|
.invoke('text')
|
||||||
.then((text) => {
|
.then((text) => {
|
||||||
cy.contains('.slider-header', 'Plex Watchlist')
|
cy.contains('.slider-header', 'Watchlist')
|
||||||
.next('[data-testid=media-slider]')
|
.next('[data-testid=media-slider]')
|
||||||
.find('[data-testid=title-card]')
|
.find('[data-testid=title-card]')
|
||||||
.first()
|
.first()
|
||||||
|
|||||||
Reference in New Issue
Block a user