chore(cypress): remove commented out code

pull/5924/head
k3yi0 2022-06-06 09:40:29 +02:00
parent 93dbaef660
commit 83349e3f6f
1 changed files with 1 additions and 21 deletions

View File

@ -13,17 +13,7 @@ describe('Use Admin tab', () => {
})
})
// describe('Chronograf', () => {
// beforeEach(() => {
// cy.fixture('routes').then(({adminChronograf}) => {
// url = `/sources/${sourceId}${adminChronograf}`
// })
// })
// /* ADMIN TAB CHRONOGRAF */
// })
describe.only('InfluxDB', () => {
describe('InfluxDB', () => {
beforeEach(() => {
url = `/sources/${sourceId}/admin-influxdb`
})
@ -243,15 +233,5 @@ describe('Use Admin tab', () => {
})
})
})
// describe('Queries', () => {
// beforeEach(() => {
// cy.visit(url + '/queries')
// })
// it('IN PROGRESS', () => {
// cy.get('body')
// })
// })
})
})