X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/af7233e3695ad99ae500b51390e1bf9c1c8c5a5c..99ec6192c3914d0d5e444b37ab44712e862c0f32:/services/workbench2/cypress/e2e/search.cy.js diff --git a/services/workbench2/cypress/e2e/search.cy.js b/services/workbench2/cypress/e2e/search.cy.js index 1bf2b5c3ef..ba9077ac20 100644 --- a/services/workbench2/cypress/e2e/search.cy.js +++ b/services/workbench2/cypress/e2e/search.cy.js @@ -169,7 +169,7 @@ describe("Search tests", function () { // Intercept config to insert remote cluster cy.intercept({ method: "GET", hostname: "127.0.0.1", url: "**/arvados/v1/config?nocache=*" }, req => { - req.reply(res => { + req.on('response', res => { res.body.RemoteClusters = { "*": res.body.RemoteClusters["*"], xxxxx: { @@ -249,7 +249,7 @@ describe("Search tests", function () { // Intercept search results to add federated result cy.intercept({ method: "GET", url: "**/arvados/v1/groups/contents?*" }, req => { - req.reply(res => { + req.on('response', res => { res.body.items = [ res.body.items[0], {