Skip to content

Commit

Permalink
Lengthen timeout for better consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
radical-ube committed Jun 18, 2024
1 parent 17eee40 commit d017304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/feeder-rss-import.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe("Feeder RSS Import", () => {
cy.contains(".card-title", "Mark Ad Breaks", { timeout: 60000 });
cy.contains("span", "Midroll 1");
cy.get("input[placeholder='00:05.00']").should("exist");
cy.contains(".badge", "Complete", { timeout: 60000 });
cy.get("#episode-media-status").contains(".badge", "Complete", { timeout: 90000 });
cy.contains(".btn", "Save").click();

// go to podcast settings and delete
Expand Down

0 comments on commit d017304

Please sign in to comment.