]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: Automatically use correct chromedriver version 31352/head
authorTiago Melo <tmelo@suse.com>
Mon, 4 Nov 2019 11:27:46 +0000 (10:27 -0100)
committerTiago Melo <tmelo@suse.com>
Mon, 4 Nov 2019 11:47:43 +0000 (10:47 -0100)
commit242e76e8840b5d9085239a6fa55a29a093792ee3
tree8f6e786fa21a83736d95c8ef595962a1255d9938
parentb315f2eeea40deb69aed38bc6966bb2cf4a972cd
mgr/dashboard: Automatically use correct chromedriver version

Every Chrome version requires a corresponding chromedriver version for the e2e
test to work.
Since we were using a fixed chromedriver version, each time chrome was updated
the e2e scripts stopped working.
With this new script we will check which version of Chrome is installed and
update chromedriver to the correct version.

Fixes: https://tracker.ceph.com/issues/42607
Signed-off-by: Alfonso Martínez <almartin@redhat.com>
Signed-off-by: Tiago Melo <tmelo@suse.com>
src/pybind/mgr/dashboard/frontend/package.json