- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8.5k
 
[Security Solution][Resolver] Fix functional test #77895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Security Solution][Resolver] Fix functional test #77895
Conversation
| 
           Pinging @elastic/endpoint-data-visibility-team (Team:Endpoint Data Visibility)  | 
    
| 
           @michaelolo24 I think you'll need to remove the   | 
    
| 
               | 
          ||
| // FLAKY: https://github.com/elastic/kibana/issues/77835 | ||
| describe.skip('Endpoint Event Resolver', function () { | ||
| describe('Endpoint Event Resolver', function () { | 
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you also remove the // FLAKY comment if this is fixed now
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missed this. @bkimmel do you mind adding this change in your PR? Don't want this to rerun the build...
          💚 Build SucceededBuild metrics
 To update your PR or re-run it, just comment with:  | 
    
# Conflicts: # x-pack/test/security_solution_endpoint/apps/endpoint/resolver.ts
# Conflicts: # x-pack/test/security_solution_endpoint/apps/endpoint/resolver.ts
| 
           Looks like this PR has a backport PR but it still hasn't been merged. Please merge it ASAP to keep the branches relatively in sync.  | 
    
| 
           Friendly reminder: Looks like this PR hasn’t been backported yet.  | 
    
    
      
        3 similar comments
      
    
  
    | 
           Friendly reminder: Looks like this PR hasn’t been backported yet.  | 
    
| 
           Friendly reminder: Looks like this PR hasn’t been backported yet.  | 
    
| 
           Friendly reminder: Looks like this PR hasn’t been backported yet.  | 
    
Summary
This PR is to fix: #77835
f64aa5b#diff-d39b1e72cac200eebf24f5410be28fd1R232-R246
@IgorGuz2000 it looks like the goal of this test is to compare the process button name in the graph to the name in the panel? I updated the selector in the test to use
resolver:node-list:node-link:titlewhich is the specific selector for the name in the panel:kibana/x-pack/plugins/security_solution/public/resolver/view/panels/node_list.tsx
Lines 243 to 245 in 613509d
For maintainers