mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: fix flaky e2e (#45822)
This commit is contained in:
parent
d6c580e338
commit
0036233fa6
@ -7,7 +7,6 @@ e2e.scenario({
|
||||
addScenarioDashBoard: false,
|
||||
skipScenario: false,
|
||||
scenario: () => {
|
||||
e2e.flows.openDashboard({ uid: 'yBCC3aKGk' });
|
||||
e2e()
|
||||
.intercept({
|
||||
method: 'GET',
|
||||
@ -21,6 +20,8 @@ e2e.scenario({
|
||||
})
|
||||
.as('tagsDemoSearch');
|
||||
|
||||
e2e.flows.openDashboard({ uid: 'yBCC3aKGk' });
|
||||
|
||||
// waiting for network requests first
|
||||
e2e().wait(['@tagsTemplatingSearch', '@tagsDemoSearch']);
|
||||
// and then waiting for links to render
|
||||
|
Loading…
Reference in New Issue
Block a user