Added chrome to javascript selenium test
Selenium tests on Firefox 35.0 failing due to an open FF bug. Switching to chrome solves this problem, and tests are passing. The FF bug not affects usage, just the execution of the test environment. This patch is related: https://review.openstack.org/#/c/148928/ Change-Id: Iadd71846be7f64c51fb46bfb5c29f56a81c10e9e
This commit is contained in:
parent
42c0ef7d19
commit
a90ce7d238
@ -11,6 +11,8 @@
|
||||
|
||||
builders:
|
||||
- npm-install
|
||||
- xvfb-install
|
||||
- chrome-install
|
||||
- revoke-sudo
|
||||
- gerrit-git-prep
|
||||
- js-build:
|
||||
|
@ -96,6 +96,13 @@
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y firefox
|
||||
|
||||
- builder:
|
||||
name: chrome-install
|
||||
builders:
|
||||
- shell: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y chromium-browser
|
||||
|
||||
- builder:
|
||||
name: uninstall-puppet
|
||||
builders:
|
||||
|
Loading…
Reference in New Issue
Block a user