Skip to content

Commit 5f44ab8

Browse files
removed comments and unwanted file
1 parent 2241d11 commit 5f44ab8

File tree

3 files changed

+9
-47
lines changed

3 files changed

+9
-47
lines changed

test/functional/apps/management/_scripted_fields.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@ export default function ({ getService, getPageObjects }) {
6464
await kibanaServer.uiSettings.update({});
6565
});
6666

67-
// after(async function afterAll() {
68-
// await PageObjects.settings.navigateTo();
69-
// await PageObjects.settings.clickKibanaIndexPatterns();
70-
// await PageObjects.settings.removeLogstashIndexPatternIfExist();
71-
// });
67+
after(async function afterAll() {
68+
await PageObjects.settings.navigateTo();
69+
await PageObjects.settings.clickKibanaIndexPatterns();
70+
await PageObjects.settings.removeLogstashIndexPatternIfExist();
71+
});
7272

7373
it('should not allow saving of invalid scripts', async function () {
7474
await PageObjects.settings.navigateTo();

test/functional/apps/management/index.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export default function ({ getService, loadTestFile }) {
2727
await esArchiver.loadIfNeeded('makelogs');
2828
});
2929

30-
// after(async () => {
31-
// await esArchiver.unload('makelogs');
32-
// await esArchiver.unload('empty_kibana');
33-
// });
30+
after(async () => {
31+
await esArchiver.unload('makelogs');
32+
await esArchiver.unload('empty_kibana');
33+
});
3434

3535
describe('', function () {
3636
this.tags('ciGroup7');

x-pack/test/accessibility/apps/painless_lab.ts

Lines changed: 0 additions & 38 deletions
This file was deleted.

0 commit comments

Comments
 (0)