Skip to content

Commit

Permalink
Fixed CI/Cd issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nimya-aot committed Oct 23, 2024
1 parent aef1383 commit fd42f82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ it('Verify draft submission', () => {
cy.get('.v-card-actions > .v-btn > .v-btn__content > span').click();
cy.waitForLoad();
// Edit draft submission
cy.wait(4000);
cy.get('.mt-6 > :nth-child(1) > .v-btn > .v-btn__content > span').click();
cy.get('.mdi-pencil').click();
cy.waitForLoad();
Expand Down

0 comments on commit fd42f82

Please sign in to comment.