bump cypress to 6.3.0 (#30644)
* bump cypress to 6.3.0 * fix inspect-drawer spec * fix panelEdit_base spec * fix select-focus spec * Apply suggestions from code review Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> * add be.visible assertion to new-query-variable spec to avoid flakiness * increase waits in new-query-variable spec to avoid flakiness * increase waits in new-query-variable spec by another 500 * remove be.visible assertion added before * Chore: trying to fix flakiness * skip the new-variable-query e2e test * Chore: refactor so we might avoid flakiness * Revert "skip the new-variable-query e2e test" This reverts commit 203c1875c2778562f59bb95582ce94f22cf144d0. Co-authored-by: Hugo Häggmark <hugo.haggmark@grafana.com> Co-authored-by: Hugo Häggmark <hugo.haggmark@gmail.com>
Showing
... | ... | @@ -49,7 +49,7 @@ |
"@mochajs/json-file-reporter": "^1.2.0", | ||
"blink-diff": "1.0.13", | ||
"commander": "5.0.0", | ||
"cypress": "^4.12.1", | ||
"cypress": "^6.3.0", | ||
"cypress-file-upload": "^4.0.7", | ||
"execa": "4.0.0", | ||
"resolve-as-bin": "2.1.0", | ||
... | ... |
Please
register
or
sign in
to comment