Skip to content

Commit

Permalink
run chained_controls on Firefox to catch regression (elastic#43044)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmlemeshko committed Aug 9, 2019
1 parent 57694bd commit ce51e7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
const find = getService('find');
const comboBox = getService('comboBox');

describe('chained controls', () => {
describe('chained controls', function () {
this.tags('smoke');

before(async () => {
await PageObjects.common.navigateToApp('visualize');
Expand Down

0 comments on commit ce51e7b

Please sign in to comment.