@@ -2,7 +2,7 @@ base-internal-bullseye: cypress/base-internal:22.18.0-bullseye
2
2
base-internal-minimum-node : cypress/base-internal:22.15.1
3
3
base-internal-yarn-berry : cypress/base-internal:22.18.0-yarn-berry
4
4
chrome-beta-version : 141.0.7390.30
5
- chrome-stable-version : 140.0.7339.185
5
+ chrome-stable-version : 140.0.7339.207
6
6
commands :
7
7
build-and-package-binary :
8
8
steps :
@@ -398,11 +398,11 @@ commands:
398
398
description : Google Chrome channel to install
399
399
type : string
400
400
google-chrome-for-testing-version :
401
- default : 140.0.7339.185
401
+ default : 140.0.7339.207
402
402
description : Google Chrome for Testing version to install
403
403
type : string
404
404
google-chrome-version :
405
- default : 140.0.7339.185
405
+ default : 140.0.7339.207
406
406
description : Google Chrome version to install
407
407
type : string
408
408
install-chrome :
@@ -2013,7 +2013,6 @@ jobs:
2013
2013
- run : yarn workspace @cypress/grep omit:specs
2014
2014
- run : yarn workspace @cypress/grep or
2015
2015
- run : yarn workspace @cypress/grep skip
2016
- - run : yarn workspace @cypress/grep tags
2017
2016
- run : yarn workspace @cypress/grep tags:inverted
2018
2017
- run : yarn workspace @cypress/grep tags:and
2019
2018
- run : yarn workspace @cypress/grep tags:and:not
0 commit comments