We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a05337e commit 7ca2ecaCopy full SHA for 7ca2eca
x-pack/test/functional/apps/management/index.js
@@ -8,6 +8,6 @@ export default function ({ loadTestFile }) {
8
describe('management', function () {
9
this.tags(['ciGroup2']);
10
11
- loadTestFile(require.resolve('./create_index_patten_wizard'));
+ loadTestFile(require.resolve('./create_index_pattern_wizard'));
12
});
13
}
0 commit comments