Skip to content

Commit

Permalink
Attempt to tweak test clean up to stop breakages
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Aug 23, 2023
1 parent 4bb3c9a commit c47a141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/cypress/e2e/batchSampleFeature.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -756,17 +756,17 @@ describe("Batch sample creation", () => {
// as contains matches greedily, if any IDs have matching substrings they must be added in the appropriate order
it("deletes the rest of the samples (cleanup)", () => {
[
"test101_unique",
"test102_unique",
"test103_unique",
"test101_unique2",
"test101_unique",
"component1",
"component2",
"component3",
"component4",
"baseA_copy",
"baseB_copy",
"baseB_copy2",
"baseB_copy",
"test101",
"test102",
"test103",
Expand Down

0 comments on commit c47a141

Please sign in to comment.