Skip to content

Commit

Permalink
[FTR] Cleaned up removed apm_user role (elastic#200680)
Browse files Browse the repository at this point in the history
## 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__
  • Loading branch information
elena-shostak authored and CAWilson94 committed Dec 12, 2024
1 parent f6383b7 commit 282cacf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/test/accessibility/apps/group1/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
confirm_password: 'password',
full_name: 'a11y user',
email: '[email protected]',
roles: ['apm_user'],
roles: ['editor'],
});
await testSubjects.click('rolesDropdown');
await a11y.testAppSnapshot();
Expand All @@ -75,7 +75,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
confirm_password: 'password',
full_name: 'DeleteA11y user',
email: '[email protected]',
roles: ['apm_user'],
roles: ['editor'],
});
await testSubjects.click('checkboxSelectRow-deleteA11y');
await a11y.testAppSnapshot();
Expand Down

0 comments on commit 282cacf

Please sign in to comment.