mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
increase waits in new-query-variable spec by another 500
This commit is contained in:
parent
5d02e748db
commit
662f86b174
@ -99,7 +99,7 @@ describe('Variables - Add variable', () => {
|
||||
|
||||
e2e.pages.Dashboard.Settings.Variables.Edit.General.submitButton().should('be.visible').click();
|
||||
|
||||
e2e().wait(1000);
|
||||
e2e().wait(1500);
|
||||
|
||||
e2e.components.BackButton.backArrow().should('be.visible').click({ force: true });
|
||||
|
||||
@ -167,7 +167,7 @@ describe('Variables - Add variable', () => {
|
||||
|
||||
e2e.components.BackButton.backArrow().should('be.visible').click({ force: true });
|
||||
|
||||
e2e().wait(1000);
|
||||
e2e().wait(1500);
|
||||
|
||||
e2e.pages.Dashboard.SubMenu.submenuItemLabels('a label').should('be.visible');
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user