From c47a1418a4486480af5395728ba2958a357e375a Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Wed, 23 Aug 2023 20:07:41 +0100 Subject: [PATCH] Attempt to tweak test clean up to stop breakages --- webapp/cypress/e2e/batchSampleFeature.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/cypress/e2e/batchSampleFeature.cy.js b/webapp/cypress/e2e/batchSampleFeature.cy.js index 9f28fc2dc..719b88f08 100644 --- a/webapp/cypress/e2e/batchSampleFeature.cy.js +++ b/webapp/cypress/e2e/batchSampleFeature.cy.js @@ -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",