mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update dependency cypress to v9.3.1 (#44206)
* Update dependency cypress to v9.3.1 * Upgrade cypress image Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>
This commit is contained in:
@@ -683,7 +683,7 @@ def e2e_tests_step(suite, edition, port=3001, tries=None):
|
||||
cmd += ' --tries {}'.format(tries)
|
||||
return {
|
||||
'name': 'end-to-end-tests-{}'.format(suite) + enterprise2_suffix(edition),
|
||||
'image': 'cypress/included:9.2.0',
|
||||
'image': 'cypress/included:9.3.1',
|
||||
'depends_on': [
|
||||
'package',
|
||||
],
|
||||
|
Reference in New Issue
Block a user