mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-23 06:25:24 -07:00
Fix deleteRequest test
This commit is contained in:
parent
f20ff7f594
commit
ef70eeeae3
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ describe("Requests Tests", () => {
|
|||
row.optionsDelete.click();
|
||||
|
||||
cy.wait('@deleteRequest').then((intercept) => {
|
||||
expect(intercept.response.body).is.true;
|
||||
expect(intercept.response.body.result).is.true;
|
||||
})
|
||||
|
||||
row.title.should('not.exist');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue