chore(cypress): remove mid-test visits
parent
8f1f2f6599
commit
8f26f5cb85
|
@ -56,7 +56,6 @@ describe('Chronograf', () => {
|
|||
cy.getByTestID('confirm-new-user--button').should('be.enabled').click()
|
||||
})
|
||||
|
||||
cy.visit(url + '/current-organization')
|
||||
cy.getByTestID(`${chronograf.user.name}--table-row`).should('be.visible')
|
||||
cy.getByTestID(`${chronograf.user.name}--table-row`).realHover()
|
||||
cy.getByTestID(`${chronograf.user.name}--table-row`).within(() => {
|
||||
|
@ -91,7 +90,7 @@ describe('Chronograf', () => {
|
|||
}
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
it('add user, edit user, and remove it', () => {
|
||||
cy.getByTestID('new-user-admins--toggle')
|
||||
.click()
|
||||
|
@ -125,7 +124,6 @@ describe('Chronograf', () => {
|
|||
cy.getByTestID('confirm-new-user--button').click()
|
||||
})
|
||||
|
||||
cy.visit(url + '/all-users')
|
||||
cy.getByTestID('new-user-admins--toggle')
|
||||
.click()
|
||||
.should('not.have.class', 'active')
|
||||
|
|
Loading…
Reference in New Issue