test(e2e): rename collectors to telegrafs (#18317)

pull/18320/head
Andrew Watkins 2020-06-01 13:11:06 -07:00 committed by GitHub
parent 3bd249fdfc
commit 17ccbbefcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -13,8 +13,8 @@ describe('Collectors', () => {
} = body
cy.wrap(body.org).as('org')
cy.fixture('routes').then(({orgs}) => {
cy.visit(`${orgs}/${id}/load-data/telegrafs`)
cy.fixture('routes').then(({orgs, telegrafs}) => {
cy.visit(`${orgs}/${id}${telegrafs}`)
})
})

View File

@ -6,5 +6,6 @@
"checks": "/checks",
"endpoints": "/endpoints",
"rules": "/rules",
"buckets": "/load-data/buckets"
"buckets": "/load-data/buckets",
"telegrafs": "/load-data/telegrafs"
}