activate node before clicking action buttons in tests
This commit is contained in:
parent
c73cbe2f1a
commit
793b0149b8
5 changed files with 39 additions and 13 deletions
|
|
@ -35,6 +35,7 @@ describe('The admin text detail page horizontal layout', () => {
|
|||
|
||||
cy.get('#text-detail > ul > li')
|
||||
.first()
|
||||
.activateNode()
|
||||
.children('button.add-child')
|
||||
.click()
|
||||
cy.get('#text-detail > ul > li')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue