Skip to content

Commit

Permalink
add tsvb tests to Firefox suite (elastic#65425)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed May 6, 2020
1 parent 2c6c141 commit 89623b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/functional/apps/visualize/_tsvb_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ export default function({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['visualize', 'visualBuilder', 'timePicker', 'visChart']);

describe('visual builder', function describeIndexTests() {
this.tags('includeFirefox');
beforeEach(async () => {
await security.testUser.setRoles(['kibana_admin', 'test_logstash_reader']);
await PageObjects.visualize.navigateToNewVisualization();
Expand Down

0 comments on commit 89623b5

Please sign in to comment.