mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-03-12 04:35:27 -07:00
chore: Fix broken automation test (#4471)
This commit is contained in:
parent
c044bd3e65
commit
933b3892a2
@ -110,11 +110,11 @@ describe("Search Tests", () => {
|
||||
Page.navbar.searchFilter.tvToggle.click();
|
||||
|
||||
cy.wait('@searchResponse');
|
||||
const card = Page.getCard('2710', false);
|
||||
const card = Page.getCard('131927', false);
|
||||
|
||||
card.topLevelCard.realHover();
|
||||
card.title.should('have.text', "Dexter: New Blood");
|
||||
card.overview.contains('Irish pub');
|
||||
card.overview.contains('Iron Lake');
|
||||
card.requestType.contains('TV Show');
|
||||
card.requestButton.should('exist');
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user