mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Fix name of alerts table test (#211946)
Noticed this while looking at this file, probably from copy/paste.
This commit is contained in:
parent
6b3fce90a0
commit
ce42a8c1a9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const serviceOverviewHref = url.format({
|
|||
query: { rangeFrom: start, rangeTo: end },
|
||||
});
|
||||
|
||||
describe('Errors table', () => {
|
||||
describe('Alerts table', () => {
|
||||
before(() => {
|
||||
synthtrace.index(
|
||||
opbeans({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue