-
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
Create index pattern sometimes the asterisk is not placed at the end #16793
Comments
Could be related to: #14909 |
I had temporarily used a work-around in some other place in the tests where I modified the page object method to type text slower (I think I used 200ms sleep between chars). I'm not sure if that would work-around this or not, but we could try it. Maybe if it types at "human speed" it would work correctly? |
In my previous testing slowing the speed when sending the keys, did seem to work. |
This workaround is going into functional test runner officially in #31446. |
Kibana version: 6.2.2 BC1
Elasticsearch version: 6.2.2 BC1
Server OS version: Ubuntu tar
Browser version: Firefox latest
Browser OS version: OSX
Original install method (e.g. download page, yum, from source, etc.):
From staging
Description of the problem including expected versus actual behavior:
Steps to reproduce:
Install Elasticsearch, Kibana, Logstash
Create index pattern
logstash-*
will show up as:l*ogstash-*
This is occurring in automation, mainly on Firefox. Maybe something we can improve on.
The text was updated successfully, but these errors were encountered: