test(e2e): rename collectors to telegrafs (#18317)
parent
3bd249fdfc
commit
17ccbbefcb
|
@ -13,8 +13,8 @@ describe('Collectors', () => {
|
||||||
} = body
|
} = body
|
||||||
cy.wrap(body.org).as('org')
|
cy.wrap(body.org).as('org')
|
||||||
|
|
||||||
cy.fixture('routes').then(({orgs}) => {
|
cy.fixture('routes').then(({orgs, telegrafs}) => {
|
||||||
cy.visit(`${orgs}/${id}/load-data/telegrafs`)
|
cy.visit(`${orgs}/${id}${telegrafs}`)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
|
@ -6,5 +6,6 @@
|
||||||
"checks": "/checks",
|
"checks": "/checks",
|
||||||
"endpoints": "/endpoints",
|
"endpoints": "/endpoints",
|
||||||
"rules": "/rules",
|
"rules": "/rules",
|
||||||
"buckets": "/load-data/buckets"
|
"buckets": "/load-data/buckets",
|
||||||
|
"telegrafs": "/load-data/telegrafs"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue