mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 10:36:54 -07:00
chore: Fix broken automation test (#4471)
This commit is contained in:
parent
c044bd3e65
commit
933b3892a2
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