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 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 this issue Nov 1, 2024 · 2 comments
Labels
failed-test A test failure on a tracked branch, potentially flaky-test Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas

Comments

@kibanamachine
Copy link
Contributor

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

@kibanamachine kibanamachine added the failed-test A test failure on a tracked branch, potentially flaky-test label Nov 1, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Nov 1, 2024
@kibanamachine kibanamachine added the Team:Presentation Presentation Team for Dashboard, Input Controls, and Canvas label Nov 1, 2024
@elasticmachine
Copy link
Contributor

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

@botelastic botelastic bot removed the needs-team Issues missing a team label label Nov 1, 2024
@Heenawter
Copy link
Contributor

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? 🤷

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:Presentation Presentation Team for Dashboard, Input Controls, and Canvas
Projects
None yet
Development

No branches or pull requests

3 participants