test(watchlist): fix broken test

This commit is contained in:
Yalagin
2023-05-02 21:13:18 +07:00
parent b7e3d285ed
commit 469f64d484

View File

@@ -203,7 +203,7 @@ describe('Discover', () => {
.find('[data-testid=title-card-title]')
.invoke('text')
.then((text) => {
cy.contains('.slider-header', 'Plex Watchlist')
cy.contains('.slider-header', 'Watchlist')
.next('[data-testid=media-slider]')
.find('[data-testid=title-card]')
.first()