chore(cypress): remove mid-test visits

pull/5948/head
k3yi0 2022-06-28 14:21:40 +02:00
parent 8f1f2f6599
commit 8f26f5cb85
1 changed files with 1 additions and 3 deletions

View File

@ -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(() => {
@ -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')