chore(cypress): format test

pull/5948/head
k3yi0 2022-06-22 11:38:38 +02:00
parent edfa1d8c8c
commit 9a21b5fe7b
1 changed files with 4 additions and 3 deletions

View File

@ -66,7 +66,9 @@ describe('Chronograf', () => {
cy.get('.dropdown-selected').realHover()
cy.get('.dropdown-selected').click()
cy.getByTestID(`${chronograf.user.role[1]}-dropdown-item`).realHover()
cy.getByTestID(`${chronograf.user.role[1]}-dropdown-item`).clickAttached()
cy.getByTestID(
`${chronograf.user.role[1]}-dropdown-item`
).clickAttached()
})
cy.getByTestID(`${chronograf.user.name}--table-row`).should('be.visible')
@ -143,8 +145,7 @@ describe('Chronograf', () => {
cy.getByTestID('confirm-btn').clickAttached()
})
cy.get(`.input-tag--item`)
.should('not.exist')
cy.get(`.input-tag--item`).should('not.exist')
})
cy.getByTestID(`${chronograf.user.name}--table-row`).realHover()