Skip to content

Commit

Permalink
Make JS tests pass on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
pamil committed Jun 12, 2019
1 parent 7924f6e commit f6216d4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/../../../../bash/common.li

prepare_for_behat_with_js() {
# Configure display
run_command "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 1680x1050x16"
run_command "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -ac -screen 0 2880x1800x16"
run_command "export DISPLAY=:99"

# Download and configure ChromeDriver
Expand Down

0 comments on commit f6216d4

Please sign in to comment.