Project

General

Profile

action #95839

Updated by ilausuch almost 3 years ago

## Problem 

 t/ui/14-dashboard.t failed in this PR https://github.com/os-autoinst/openQA/pull/4064 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/7140/workflows/760cdf7c-01a6-4627-9dce-1f020e046a2f/jobs/67371/steps 


 ``` 
 [02:35:42] t/ui/14-dashboard.t ........................ 1/?  
     #     Failed test 'button is not visible anymore after using it' 
     #     at t/ui/14-dashboard.t line 53. 
     # Looks like you failed 1 test of 4. 

 #     Failed test 'Back to top button' 
 #     at t/ui/14-dashboard.t line 54. 
 [02:35:42] t/ui/14-dashboard.t ........................ 9/? [02:35:42] t/ui/14-dashboard.t ........................ 10/? [02:35:42] t/ui/14-dashboard.t ........................ 17/? [02:35:42] t/ui/14-dashboard.t ........................ 19/? [02:35:42] t/ui/14-dashboard.t ........................ 20/? [02:35:42] t/ui/14-dashboard.t ........................ 22/? [02:35:42] t/ui/14-dashboard.t ........................ 28/? [02:35:42] t/ui/14-dashboard.t ........................ 38/? [02:35:42] t/ui/14-dashboard.t ........................ 40/? [02:35:42] t/ui/14-dashboard.t ........................ 42/? # Looks like you failed 1 test of 42. 
                                                               [02:35:42] t/ui/14-dashboard.t ........................ Dubious, test returned 1 (wstat 256, 0x100) 
 Failed 1/42 subtests  
 ``` 

 Retriggering it fixed it. 

 ## Acceptance Criteria 

 **AC 1**: t/ui/14-dashboard.t is not flaky anymore 

 ## Suggestion 
 * Could be related with selenium running in not headless mode

Back