Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const Flyout = ({
return (
<EuiFlyout
onClose={handleOnClose}
data-test-subj="infraAssetDetailsFlyout"
data-component-name={ASSET_DETAILS_FLYOUT_COMPONENT_NAME}
data-asset-type={entity.type}
data-schema-selected={schema}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export function InfraHostsViewProvider({ getService }: FtrProviderContext) {
await retry.tryForTime(15000, async () => {
await testSubjects.click('hostsView-flyout-button');
});
await testSubjects.existOrFail('infraAssetDetailsFlyout', { timeout: 10000 });
},

async clickHostCheckbox(id: string, os: string) {
Expand Down
Loading