Skip to content

Commit

Permalink
fix: ui test
Browse files Browse the repository at this point in the history
  • Loading branch information
netchampfaris committed Feb 23, 2023
1 parent 2ad3270 commit a48fa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/discussion.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe('Discussion', () => {

// move to another project
cy.iconButton('Discussion Options').click()
cy.button('Move to another project').click()
cy.button('Move to...').click()
cy.button('Select a project').click()
cy.get('li:contains("ERPNext")').click()
cy.button('Move to ERPNext').click()
Expand Down

0 comments on commit a48fa91

Please sign in to comment.