Skip to content

Commit

Permalink
[Archive Migration] x-pack..security/flstest (elastic#107045) (elasti…
Browse files Browse the repository at this point in the history
…c#107372)

# Conflicts:
#	x-pack/test/functional/es_archives/security/flstest/kibana/mappings.json

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
wayneseymour and kibanamachine authored Aug 3, 2021
1 parent e8f0e05 commit 4912ac0
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 433 deletions.
7 changes: 6 additions & 1 deletion x-pack/test/functional/apps/security/field_level_security.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ export default function ({ getService, getPageObjects }) {
describe('field_level_security', () => {
before('initialize tests', async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/security/flstest/data'); //( data)
await esArchiver.load('x-pack/test/functional/es_archives/security/flstest/kibana'); //(savedobject)
await kibanaServer.importExport.load(
'x-pack/test/functional/fixtures/kbn_archiver/security/flstest/index_pattern'
);
await browser.setWindowSize(1600, 1000);
await kibanaServer.uiSettings.update({
'discover:searchFieldsFromSource': false,
Expand Down Expand Up @@ -129,6 +131,9 @@ export default function ({ getService, getPageObjects }) {

after(async function () {
await PageObjects.security.forceLogout();
await kibanaServer.importExport.unload(
'x-pack/test/functional/fixtures/kbn_archiver/security/flstest/index_pattern'
);
});
});
}

This file was deleted.

Loading

0 comments on commit 4912ac0

Please sign in to comment.