-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
dashboard app using current data dashboard query bar causes panels to reload when refresh is clicked #39212
Comments
Pinging @elastic/kibana-app |
Pinging @elastic/kibana-test-triage |
✖ fail: "dashboard app using current data dashboard query bar causes panels to reload when refresh is clicked" Version: 7.3 |
└- ✖ fail: "dashboard app using current data dashboard query bar causes panels to reload when refresh is clicked" Version: 7.4 |
By the message of it, it sounds like there was an attempt to interact with an element that's not in the DOM anymore, but it doesn't say which element. |
This is the test:
From what I can tell, the test is interacting with 3 elements:
Interactions with both the query bar and pie chart have retry options:
(as part of the testSubjects )Pie chart:
|
Looks like |
We did a bunch of work in state management for the dashboard. So if there was a bug where pie chart wasn't rendered properly because of state not updating, it was likely fixed. |
It seems this test was never skipped, and didn't fail on any available past runs in CI, so I'd close this, since as Maja pointed out, we've had a lot of changes since 7.4, that could have influenced that. |
✖ fail: "dashboard app using current data dashboard query bar causes panels to reload when refresh is clicked"
18:06:12 │ [GET http://localhost:9515/session/ff618cfe7fa170807f09ba6bb8cf2ad0/element/0.7831911331657162-11/displayed] stale element reference: element is not attached to the page document
18:06:12 │ (Session info: headless chrome=74.0.3729.131)
18:06:12 │ (Driver info: chromedriver=74.0.3729.6 (255758eccf3d244491b8a1317aa76e1ce10d57e9-refs/branch-heads/3729@{#29}),platform=Linux 4.16.13-200.fc27.x86_64 x86_64)
18:06:12 │ at Server._get (test/functional/services/remote/verbose_remote_logging.js:34:21)
18:06:12 │ at runRequest (node_modules/leadfoot/Session.js:92:40)
18:06:12 │ at getFinalValue (node_modules/dojo/_debug/Promise.ts:462:22)
18:06:12 │ at node_modules/dojo/_debug/Promise.ts:478:11
18:06:12 │ at node_modules/dojo/_debug/Promise.ts:393:16
18:06:12 │ at runCallbacks (node_modules/dojo/_debug/Promise.ts:11:12)
18:06:12 │ at node_modules/dojo/_debug/Promise.ts:317:5
18:06:12 │ at run (node_modules/dojo/_debug/Promise.ts:237:8)
18:06:12 │ at node_modules/dojo/_debug/nextTick.ts:44:4
18:06:12 │ at process._tickCallback (internal/process/next_tick.js:61:11)
Version: 6.8
The text was updated successfully, but these errors were encountered: