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.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`).should('be.visible')
|
||||||
cy.getByTestID(`${chronograf.user.name}--table-row`).realHover()
|
cy.getByTestID(`${chronograf.user.name}--table-row`).realHover()
|
||||||
cy.getByTestID(`${chronograf.user.name}--table-row`).within(() => {
|
cy.getByTestID(`${chronograf.user.name}--table-row`).within(() => {
|
||||||
|
@ -125,7 +124,6 @@ describe('Chronograf', () => {
|
||||||
cy.getByTestID('confirm-new-user--button').click()
|
cy.getByTestID('confirm-new-user--button').click()
|
||||||
})
|
})
|
||||||
|
|
||||||
cy.visit(url + '/all-users')
|
|
||||||
cy.getByTestID('new-user-admins--toggle')
|
cy.getByTestID('new-user-admins--toggle')
|
||||||
.click()
|
.click()
|
||||||
.should('not.have.class', 'active')
|
.should('not.have.class', 'active')
|
||||||
|
|
Loading…
Reference in New Issue