Closed
Description
geckodriver - only used in running functional tests. It got bumped to 11.8.5 on 2022-06-02.
geckodriver has been bumped to 3.0.2 before and backported to 2.x PR: #2397
Due to this PR:
#2409 geckodriver is set back to 3.0.1. Therefore, we will reset it to 3.0.2.
However, after this PR, if we bootstrap ^
won't fetch the latest patch version which should be 3.0.2. In PR, it forced the 2.x package version. Right now, in main we have geckodriver : "^3.0.1"
but in 2.x we have geckodriver : "3.0.2"
. Though both of them are using 3.0.2, it is better to keep package.json file consistent between main and 2.x.