Skip to content

Commit d78b265

Browse files
[FTR] Cleaned up removed apm_user role (#200680)
## Summary Cleaned up check for removed `apm_user` role, see elastic/elasticsearch#116712 ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios - [x] The PR description includes the appropriate Release Notes section, and the correct `release_node:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) __Closes: https://github.com/elastic/kibana/issues/200667__
1 parent efc0568 commit d78b265

File tree

1 file changed

+2
-2
lines changed
  • x-pack/test/accessibility/apps/group1

1 file changed

+2
-2
lines changed

x-pack/test/accessibility/apps/group1/users.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
6262
confirm_password: 'password',
6363
full_name: 'a11y user',
6464
65-
roles: ['apm_user'],
65+
roles: ['editor'],
6666
});
6767
await testSubjects.click('rolesDropdown');
6868
await a11y.testAppSnapshot();
@@ -75,7 +75,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
7575
confirm_password: 'password',
7676
full_name: 'DeleteA11y user',
7777
78-
roles: ['apm_user'],
78+
roles: ['editor'],
7979
});
8080
await testSubjects.click('checkboxSelectRow-deleteA11y');
8181
await a11y.testAppSnapshot();

0 commit comments

Comments
 (0)