Skip to content

Commit 79d12ac

Browse files
committed
Fixing functional test
1 parent 5f64fc3 commit 79d12ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui

x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ export default ({ loadTestFile, getService }: FtrProviderContext) => {
1010
describe('Actions and Triggers app', function () {
1111
this.tags('ciGroup10');
1212
loadTestFile(require.resolve('./home_page'));
13-
loadTestFile(require.resolve('./connectors'));
1413
loadTestFile(require.resolve('./alerts_list'));
1514
loadTestFile(require.resolve('./alert_create_flyout'));
1615
loadTestFile(require.resolve('./details'));
16+
loadTestFile(require.resolve('./connectors'));
1717
});
1818
};

0 commit comments

Comments
 (0)