X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/0d9ecf118b578f86fc3ef0f8cbb1c200b0954edc..e5b8b03317deca9ecf858a9fb5695c2e665a7a59:/services/workbench2/cypress/integration/process.spec.js diff --git a/services/workbench2/cypress/integration/process.spec.js b/services/workbench2/cypress/integration/process.spec.js index 7b4ccf9bd5..f647560a5f 100644 --- a/services/workbench2/cypress/integration/process.spec.js +++ b/services/workbench2/cypress/integration/process.spec.js @@ -106,7 +106,7 @@ describe("Process tests", function () { 'Share', 'View details', ]; - + createContainerRequest( activeUser, `test_container_request ${Math.floor(Math.random() * 999999)}`, @@ -123,6 +123,7 @@ describe("Process tests", function () { cy.get("[data-cy=side-panel-tree]").contains("Home Projects").click(); cy.waitForDom() cy.get('[data-cy=data-table-row]').contains(containerRequest.name).should('exist').parent().parent().parent().parent().click() + cy.waitForDom() cy.get('[data-cy=multiselect-button]').should('have.length', msButtonTooltips.length) for (let i = 0; i < msButtonTooltips.length; i++) { cy.get('[data-cy=multiselect-button]').eq(i).trigger('mouseover'); @@ -1363,7 +1364,7 @@ describe("Process tests", function () { cy.getAll("@containerRequest", "@testOutputCollection").then(function ([containerRequest, testOutputCollection]) { cy.goToPath(`/processes/${containerRequest.uuid}`); cy.get("[data-cy=process-io-card] h6") - .contains("Inputs") + .contains("Input Parameters") .parents("[data-cy=process-io-card]") .within(() => { verifyIOParameter("input_file", null, "Label Description", "input1.tar", "00000000000000000000000000000000+01"); @@ -1398,7 +1399,7 @@ describe("Process tests", function () { verifyIOParameter("input_file_url", null, null, "http://example.com/index.html"); }); cy.get("[data-cy=process-io-card] h6") - .contains("Outputs") + .contains("Output Parameters") .parents("[data-cy=process-io-card]") .within(ctx => { cy.get(ctx).scrollIntoView(); @@ -1498,7 +1499,7 @@ describe("Process tests", function () { cy.waitForDom(); cy.get("[data-cy=process-io-card] h6") - .contains("Inputs") + .contains("Input Parameters") .parents("[data-cy=process-io-card]") .within(() => { cy.wait(2000); @@ -1508,7 +1509,7 @@ describe("Process tests", function () { }); }); cy.get("[data-cy=process-io-card] h6") - .contains("Outputs") + .contains("Output Parameters") .parents("[data-cy=process-io-card]") .within(() => { cy.get("tbody tr").each(item => {