@grafana/e2e: close options panel before interacting with the query form (#26036)
... it's logically better, but the real reason is to appease Cypress which was cause a consistent request error for a single plugin (datadog-datasource). An error which could not be reproduced manually.
(cherry picked from commit 634d8d60d6)
This commit is contained in:
committed by
Andrej Ocenas
parent
7c1c0bc8c1
commit
073f46e289
@@ -68,6 +68,8 @@ export const addPanel = (config?: Partial<AddPanelConfig>): any =>
|
|||||||
.click();
|
.click();
|
||||||
closeOptionsGroup('type');
|
closeOptionsGroup('type');
|
||||||
|
|
||||||
|
closeOptions();
|
||||||
|
|
||||||
queriesForm(fullConfig);
|
queriesForm(fullConfig);
|
||||||
|
|
||||||
e2e().wait('@chartData');
|
e2e().wait('@chartData');
|
||||||
@@ -77,8 +79,6 @@ export const addPanel = (config?: Partial<AddPanelConfig>): any =>
|
|||||||
//e2e.components.Panels.Panel.containerByTitle(panelTitle).find('.panel-content').contains('No data');
|
//e2e.components.Panels.Panel.containerByTitle(panelTitle).find('.panel-content').contains('No data');
|
||||||
//e2e.components.QueryEditorRow.actionButton('Disable/enable query').click();
|
//e2e.components.QueryEditorRow.actionButton('Disable/enable query').click();
|
||||||
|
|
||||||
closeOptions();
|
|
||||||
|
|
||||||
e2e()
|
e2e()
|
||||||
.get('button[title="Apply changes and go back to dashboard"]')
|
.get('button[title="Apply changes and go back to dashboard"]')
|
||||||
.click();
|
.click();
|
||||||
|
|||||||
Reference in New Issue
Block a user