mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Jaeger: fix bug where query is executed twice (#38550)
* Jaeger: add empty callback to QueryField onBlur to stop query from being run twice * Jaeger: add wait call on 500ms to accomodate for debouncing by the QueryField component
This commit is contained in:
@@ -21,7 +21,9 @@ describe('Trace view', () => {
|
||||
|
||||
e2e.components.QueryField.container().should('be.visible').type('long-trace');
|
||||
|
||||
e2e.components.RefreshPicker.runButton().should('be.visible').focus();
|
||||
e2e().wait(500);
|
||||
|
||||
e2e.components.RefreshPicker.runButton().should('be.visible').click();
|
||||
|
||||
e2e().wait('@longTrace');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user