Skip to content

Commit

Permalink
Fixing functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
ymao1 committed Jan 27, 2021
1 parent 5f64fc3 commit 79d12ac
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -10,9 +10,9 @@ export default ({ loadTestFile, getService }: FtrProviderContext) => {
describe('Actions and Triggers app', function () {
this.tags('ciGroup10');
loadTestFile(require.resolve('./home_page'));
loadTestFile(require.resolve('./connectors'));
loadTestFile(require.resolve('./alerts_list'));
loadTestFile(require.resolve('./alert_create_flyout'));
loadTestFile(require.resolve('./details'));
loadTestFile(require.resolve('./connectors'));
});
};

0 comments on commit 79d12ac

Please sign in to comment.