Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayraMelisa committed Dec 5, 2024
1 parent 4ba716e commit 7919182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/execution.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7919182

Please sign in to comment.