Skip to content

Commit ef330ef

Browse files
don't refresh the page when setting roles
1 parent 2798fa7 commit ef330ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/test/functional/apps/lens/lens_reporting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
2121
'test_logstash_reader',
2222
'global_dashboard_read',
2323
'reporting_user',
24-
]);
24+
], false);
2525
});
2626

2727
after(async () => {

0 commit comments

Comments
 (0)