Kaynağa Gözat

Fix e2e test

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
Mihaela Balutoiu 8 ay önce
ebeveyn
işleme
fe34453182
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      cypress/e2e/transfers/transfers-list.cy.ts

+ 1 - 1
cypress/e2e/transfers/transfers-list.cy.ts

@@ -147,7 +147,7 @@ describe("Replicas list", () => {
     cy.get("div[class^='ActionDropdown__Wrapper']").click();
     cy.loadFixtures(["transfers/replicas"], (results: any[]) => {
       const transfers = results[0].transfers;
-      cy.intercept(`**/coriolis/**/transfers/${transfers[0].id}`, {
+      cy.intercept(`**/coriolis/**/transfers/${transfers[0].id}*`, {
         fixture: "transfers/replica-unexecuted",
       }).as("transfer");