From 7b8c663c334bcea631cd2142a9b3afb4eab93a60 Mon Sep 17 00:00:00 2001 From: PaolaPellegrini Date: Wed, 11 Dec 2024 07:52:18 -0400 Subject: [PATCH] more time in function process --- pages/process.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/process.js b/pages/process.js index 6468357..7fef439 100644 --- a/pages/process.js +++ b/pages/process.js @@ -1185,7 +1185,7 @@ export class Process { cy.xpath(elementStartEventXpath.replace('nameElem', elementName)).first().should('be.visible').click({force:true}); - cy.wait(2000); + cy.wait(4000); cy.get("[data-cy='inspector-button']").should('be.visible').click(); cy.get('#accordion-button-permissions-accordion').should('be.visible').click(); //Open hamburger menu if not is open @@ -1216,7 +1216,7 @@ export class Process { if (text !== fullName) { cy.xpath(startPemrissions_opSelectListSelector.replace('nameType', 'user')).click(); cy.xpath(startPemrissions_opInputSelector.replace('nameType', 'user')).type(userName).should('have.value', userName); - cy.wait(2000); + cy.wait(4000); cy.xpath('//div[@class="multiselect__content-wrapper"]//ul[contains(@style," inline")]/li[1]') .should('have.attr', 'aria-label') // yields the "href" attribute .and('equal', fullName + ". ");