From 7919182c1b32130ae03290fd0efbd82352600e1b Mon Sep 17 00:00:00 2001 From: mayramelisa Date: Thu, 5 Dec 2024 09:50:54 -0400 Subject: [PATCH] fix --- pages/execution.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/execution.js b/pages/execution.js index ee417a9..4fb3cbf 100644 --- a/pages/execution.js +++ b/pages/execution.js @@ -3829,7 +3829,9 @@ async actionsAndAssertionsOfTCP42332_4(taskName, process_id, subprocess_id, subp cy.xpath('//div[@class="border bg-muted px-3 draggable-list draggable-current"]//div/span[text()="Line 1"]').should('have.text','Line 1'); cy.get('.mr-auto > .btn').click(); cy.xpath('//div[@class="modal-content"]').should('be.visible'); + cy.wait(500); cy.xpath('//button[text()="Confirm"]').click(); + cy.wait(500); cy.xpath('//div[@class="border bg-muted px-3 draggable-list draggable-available"]//div/span[text()="Line 1"]').should('have.text','Line 1'); //verify active column cy.get('div[class="border bg-muted px-3 draggable-list draggable-current"] > div').should('have.length',9)