Skip to content

Commit c655a50

Browse files
committed
Merge branch 'kertal-pr-2020-01-18-discover-persist-chart-state' of github.com:kertal/kibana into kertal-pr-2020-01-18-discover-persist-chart-state
2 parents f1e92ec + 45ecdfc commit c655a50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/functional/apps/discover/_discover_histogram.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
6969
const chartIntervalIconTip = await PageObjects.discover.getChartIntervalWarningIcon();
7070
expect(chartIntervalIconTip).to.be(true);
7171
});
72-
it('1234 should allow hide/show histogram, persisted in url state', async () => {
72+
it('should allow hide/show histogram, persisted in url state', async () => {
7373
const fromTime = 'Jan 01, 2010 @ 00:00:00.000';
7474
const toTime = 'Mar 21, 2019 @ 00:00:00.000';
7575
await prepareTest(fromTime, toTime);
@@ -87,7 +87,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
8787
canvasExists = await elasticChart.canvasExists();
8888
expect(canvasExists).to.be(true);
8989
});
90-
it('1234 should allow hiding the histogram, persisted in saved search', async () => {
90+
it('should allow hiding the histogram, persisted in saved search', async () => {
9191
const fromTime = 'Jan 01, 2010 @ 00:00:00.000';
9292
const toTime = 'Mar 21, 2019 @ 00:00:00.000';
9393
const savedSearch = 'persisted hidden histogram';

0 commit comments

Comments
 (0)