Filtering visualizations with double-quotes is intermittent #14688
Labels
bug
Fixes for quality problems that affect the customer experience
Feature:Visualizations
Generic visualization features (in case no more specific feature label is available)
Team:Visualizations
Visualization editors, elastic-charts and infrastructure
Kibana version: 6.0.0-rc2
Elasticsearch version: 6.0.0-rc2
Server OS version: CentOS
Browser version: Chrome
Browser OS version: Windows 10
Original install method (e.g. download page, yum, from source, etc.): rpm packages
Description of the problem including expected versus actual behavior:
Because of another issue with filtering, I changed the integration-test automation to filter the list of visualizations with the full name wrapped in double-quotes. Sometimes this works as expected and I get only the single matching result. And sometimes it doesn't work and treats it like there are no double-quotes.
I think it's likely an issue with how it searches as the filter is being typed by Selenium.
I have not reproduced this manually.
It's not an issue that the list didn't have time to update after the last
"
was typed because you can see the test retrying to click on the link for the visualization 20 seconds apart.Steps to reproduce:
Here's the output from an automated test trying to click on the link for the visualization but it can't because its not on the first page of results.
And here's the screenshot when it failed;
The text was updated successfully, but these errors were encountered: