elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.61k stars 8.22k forks source link

Failing test: Chrome X-Pack UI Functional Tests.x-pack/test/functional/apps/dashboard/group1/created_by·ts - dashboard created_by "before all" hook for "shows creator column" #198694

Open kibanamachine opened 6 days ago

kibanamachine commented 6 days ago

A test failed on a tracked branch

Error: retry.try reached timeout 120000 ms
Error: expected testSubject(saveDashboardSuccess) to exist
    at TestSubjects.existOrFail (test_subjects.ts:76:13)
    at dashboard_page.ts:548:7
    at runAttempt (retry_for_success.ts:30:15)
    at retryForSuccess (retry_for_success.ts:99:21)
    at RetryService.try (retry.ts:52:12)
    at DashboardPageObject.saveDashboard (dashboard_page.ts:534:5)
    at Context.<anonymous> (created_by.ts:71:7)
    at Object.apply (wrap_function.js:74:16)
    at onFailure (retry_for_success.ts:18:9)
    at retryForSuccess (retry_for_success.ts:85:7)
    at RetryService.try (retry.ts:52:12)
    at DashboardPageObject.saveDashboard (dashboard_page.ts:534:5)
    at Context.<anonymous> (created_by.ts:71:7)
    at Object.apply (wrap_function.js:74:16)

First failure: kibana-on-merge - 8.x

elasticmachine commented 6 days ago

Pinging @elastic/kibana-presentation (Team:Presentation)

Heenawter commented 6 days ago

Looks like the title input was missed, so the new dashboard was unable to be saved - we should see "veryuniquemydashboardname" in the title input, but it's empty:

Image

Maybe we need a retry around this.testSubjects.setValue('savedObjectTitle', dashboardTitle) in enterDashboardSaveModalApplyUpdatesAndClickSave? 🤷