Skip to content

Commit

Permalink
refactor: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesSheelam authored and alee committed Sep 1, 2024
1 parent 26b3bab commit d964e32
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 42 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion e2e/cypress/tests/codebase.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ describe("Visit codebases page", () => {
cy.get("body").click(0, 0);
cy.get("body").click(0, 0);

//add images
//upload files
getDataCy("upload-code")
.first()
.selectFile("cypress/fixtures/codebase/testCodebase.zip", { force: true });
Expand Down

0 comments on commit d964e32

Please sign in to comment.