Skip to content
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

Failing test: Chrome UI Functional Tests.test/functional/apps/management/_files·ts - management Files management should render an empty prompt #160178

Closed
kibanamachine opened this issue Jun 21, 2023 · 12 comments · Fixed by #162034 or #162146
Assignees
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)

Comments

@kibanamachine
Copy link
Contributor

kibanamachine commented Jun 21, 2023

A test failed on a tracked branch

Error: expected 'Files\nManage files stored in Kibana.\nStatistics\nName A-Z\nTags\nName\nSize\nNo files matched your search.' to contain 'No files found'
    at Assertion.assert (expect.js:100:11)
    at Assertion.contain (expect.js:442:10)
    at Context.<anonymous> (_files.ts:26:27)
    at runMicrotasks (<anonymous>)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at Object.apply (wrap_function.js:73:16)

First failure: CI Build - main

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Jun 21, 2023
@botelastic botelastic bot added the needs-team Issues missing a team label label Jun 21, 2023
@mistic mistic added the Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience) label Jun 21, 2023
@elasticmachine
Copy link
Contributor

Pinging @elastic/appex-sharedux (Team:SharedUX)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jun 21, 2023
@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@mistic
Copy link
Member

mistic commented Jun 29, 2023

Skipped.

main: 95a2d32
8.9: bd55245

@Dosant Dosant self-assigned this Jul 11, 2023
@Dosant
Copy link
Contributor

Dosant commented Jul 11, 2023

For some reason table showed "No files matched your search" state instead of "No files found" state.
Will take a closer look, but safe to say it is not a blocker

@Dosant Dosant removed the blocker label Jul 11, 2023
@Dosant
Copy link
Contributor

Dosant commented Jul 14, 2023

Probably caused by #161288

@sebelga
Copy link
Contributor

sebelga commented Jul 17, 2023

  • "No files matched your search" is the string text rendered by the EUI table when the list of item is empty with filters applied
  • "No files found" is when, even with no filters applied, there are no items --> we render an empty prompt

@sebelga
Copy link
Contributor

sebelga commented Jul 17, 2023

Actually I think the fix was done here #148557 probably just after skipping the test.

Looking into it as I am fixing #161288

@sebelga
Copy link
Contributor

sebelga commented Jul 17, 2023

The reason for the flaky test was actually this issue: #159507

I am fixing it in #162034

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - main

@kibanamachine
Copy link
Contributor Author

New failure: CI Build - 8.9

@sebelga
Copy link
Contributor

sebelga commented Jul 20, 2023

Closing. Hopefully fixed in 8.9 with the backport (#162305)

@sebelga sebelga closed this as completed Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:SharedUX Team label for AppEx-SharedUX (formerly Global Experience)
Projects
None yet
5 participants