Skip to content

Commit b8f43ed

Browse files
committed
More cleanup and fix a misspelling.
Signed-off-by: Tre' Seymour <wayne.seymour@elastic.co>
1 parent 353cf95 commit b8f43ed

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

x-pack/test/functional/apps/dashboard_mode/dashboard_view_mode.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ export default function ({ getService, getPageObjects }) {
6161
await kibanaServer.importExport.unload(
6262
'x-pack/test/functional/fixtures/kbn_archiver/dashboard_view_mode'
6363
);
64+
const types = ['search', 'dashboard', 'visualization', 'search-session'];
65+
await kibanaServer.savedObjects.clean({ types });
6466
});
6567

6668
describe('Dashboard viewer', () => {
@@ -87,7 +89,7 @@ export default function ({ getService, getPageObjects }) {
8789
});
8890
});
8991

90-
before('Create user with mixes roles', async () => {
92+
before('Create user with mixed roles', async () => {
9193
await PageObjects.security.createUser({
9294
username: 'mixeduser',
9395
password: '123456',

0 commit comments

Comments
 (0)