Skip to content

Commit

Permalink
Merge branch 'comses:main' into 272-fix-search-behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
asuworks authored Oct 22, 2024
2 parents fdfacaa + 09178b4 commit 2400cd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/cypress/tests/codebase.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ describe("Visit codebases page", () => {
getDataCy("codebase-associated-publications").type(codebase["associated-publications"]);
getDataCy("codebase-references").type(codebase.references);
getDataCy("next").click();

// make sure the release editor is initialized
cy.wait(2000);
//add images
getDataCy("add-image").click();
getDataCy("upload-image")
Expand Down

0 comments on commit 2400cd9

Please sign in to comment.