chore(cypress): look for body, not sidebar

pull/5963/head
k3yi0 2022-06-27 12:57:58 +02:00
parent 71fedbab64
commit fe2ae90c51
1 changed files with 2 additions and 2 deletions

View File

@ -540,7 +540,7 @@ export function toInitialState() {
.url()
.should('contain', '/landing')
.then(() => {
cy.getByTestID('sidebar')
cy.get('body')
.should('be.visible')
.then(() => {
cy.request({
@ -553,7 +553,7 @@ export function toInitialState() {
cy.deleteInfluxDBUsers(source.id)
})
})
cy.deleteDashboards()
cy.deleteChronografUsers()
cy.deleteOrgs()