Skip to content

Commit

Permalink
remove inspector test
Browse files Browse the repository at this point in the history
  • Loading branch information
flash1293 committed Jul 24, 2020
1 parent 13bce3f commit 97a99cd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/functional/apps/visualize/_vega_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {

describe('vega chart', () => {
describe('initial render', () => {
it('should not have inspector enabled', async function () {
await inspector.expectIsNotEnabled();
});

it('should have some initial vega spec text', async function () {
const vegaSpec = await PageObjects.vegaChart.getSpec();
expect(vegaSpec).to.contain('{');
Expand Down

0 comments on commit 97a99cd

Please sign in to comment.