mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Fix broken test
This commit is contained in:
parent
2cf67bf9b8
commit
2be08b9a13
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue