mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[Security Solution][Endpoint][Admin][Policy] Fixes the endpoint version test on policy details (#118124) (#118269)
Co-authored-by: Candace Park <56409205+parkiino@users.noreply.github.com>
This commit is contained in:
parent
f776be5e61
commit
427bb03e83
1 changed files with 3 additions and 2 deletions
|
@ -309,8 +309,9 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
it('should show the supported Endpoint version', async () => {
|
||||
const supportedVersion = await testSubjects.find('policySupportedVersions');
|
||||
expect(supportedVersion).to.be('Agent version ' + popupVersionsMap.get('malware'));
|
||||
expect(await testSubjects.getVisibleText('policySupportedVersions')).to.equal(
|
||||
'Agent version ' + popupVersionsMap.get('malware')
|
||||
);
|
||||
});
|
||||
|
||||
it('should show the custom message text area when the Notify User checkbox is checked', async () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue