Skip to content

Commit

Permalink
Remove unnecessary variables
Browse files Browse the repository at this point in the history
  • Loading branch information
radical-ube committed Aug 20, 2024
1 parent 7f1174c commit 119737f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/feeder-custom-feed.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ describe("Feeder Custom Feed", () => {
it("creates a new custom feed", () => {
const now = new Date().toISOString();
const canary = `Acceptance Test: ${now}`;
// const audioFile = "cypress/samples/two-tone.mp3";
const imageFile = "cypress/samples/1400.jpg";

cy.visit("/podcasts");
cy.contains("My Podcasts");
Expand Down

0 comments on commit 119737f

Please sign in to comment.