Skip to content

Commit

Permalink
update expect for functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 23, 2021
1 parent 0afc4a4 commit c7f9999
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/functional/apps/visualize/_chart_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await PageObjects.visualize.clickAggBasedVisualizations();
const expectedChartTypes = [
'Area',
'Coordinate Map',
'Data table',
'Gauge',
'Goal',
Expand All @@ -44,7 +43,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
'Line',
'Metric',
'Pie',
'Region Map',
'Tag cloud',
'Timelion',
'Vertical bar',
Expand Down

0 comments on commit c7f9999

Please sign in to comment.