Skip to content

Commit

Permalink
Update label
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed Jul 31, 2024
1 parent 2832af3 commit 4eba534
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 @@ -57,7 +57,7 @@ describe("Feeder RSS Import", () => {

// wait for episode media to process
cy.contains(".card-title", "Mark Ad Breaks", { timeout: 60000 });
cy.contains("span", "Midroll 1");
cy.contains("span", "Break 1");
cy.get("input[placeholder='00:05.00']").should("exist");
cy.get("#episode-media-status").contains(".badge", "Complete", { timeout: 90000 });
cy.contains(".btn", "Save").click();
Expand Down

0 comments on commit 4eba534

Please sign in to comment.