@grafana/e2e: fixes (#24960)
* Resolve Cypress bin path ... instead of expecting it to be in a place that it may not be, depending on de-duping/flattening of nested dependencies * Remove dashboard before removing datasource ... it makes more sense and it fixes random issues, perhaps something to do with how the backend is implemented. * Updated lockfile
Showing
... | ... | @@ -50,6 +50,7 @@ |
"commander": "5.0.0", | ||
"cypress": "4.5.0", | ||
"execa": "4.0.0", | ||
"resolve-as-bin": "2.1.0", | ||
"ts-loader": "6.2.1", | ||
"typescript": "3.7.5", | ||
"yaml": "^1.8.3" | ||
... | ... |
Please
register
or
sign in
to comment