Skip to content

Commit

Permalink
Add skip firefox tag to custom element test
Browse files Browse the repository at this point in the history
  • Loading branch information
poffdeluxe committed Jan 14, 2020
1 parent 8a251ab commit 3cda4a9
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions x-pack/test/functional/apps/canvas/custom_elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,20 @@ import expect from '@kbn/expect';

import { FtrProviderContext } from '../../ftr_provider_context';

export default function canvasSmokeTest({ getService, getPageObjects }: FtrProviderContext) {
export default function canvasCustomElementTest({
getService,
getPageObjects,
}: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const testSubjects = getService('testSubjects');
const browser = getService('browser');
const retry = getService('retry');
const PageObjects = getPageObjects(['canvas', 'common']);
const find = getService('find');

describe('custom elements', () => {
describe('custom elements', function() {
this.tags('skipFirefox');

before(async () => {
// init data
await esArchiver.loadIfNeeded('logstash_functional');
Expand Down

0 comments on commit 3cda4a9

Please sign in to comment.