Skip to content

Commit 019aebf

Browse files
authored
run chained_controls on Firefox to catch regression (#43044) (#43058)
1 parent 320d29a commit 019aebf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/functional/apps/visualize/input_control_vis/chained_controls.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ export default function ({ getService, getPageObjects }) {
2626
const find = getService('find');
2727
const comboBox = getService('comboBox');
2828

29-
describe('chained controls', () => {
29+
describe('chained controls', function () {
30+
this.tags('smoke');
3031

3132
before(async () => {
3233
await PageObjects.common.navigateToApp('visualize');

0 commit comments

Comments
 (0)