Skip to content

Commit

Permalink
updaateVerifyConfigOfTaskAndConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
WendyFPM committed Sep 27, 2024
1 parent 6cc6dc8 commit 78c148f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -1835,7 +1835,7 @@ export class Process {
.should('not.be.visible');
cy.wait(5000);
cy.xpath(inputUserGroup).type(userGroup,{delay:700});
cy.wait(5000);
cy.wait(8000);
cy.xpath('//li[@aria-label="userGroup. "]'.replace("userGroup",compareUserGroup)).first().should('be.visible')
.click();
cy.wait(5000);
Expand Down

0 comments on commit 78c148f

Please sign in to comment.