This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new bbb3867 No wonder Travis avoids chromedriver issues
bbb3867 is described below
commit bbb38673fcfb0c7bd8ca27f000d3b6c39423d68f
Author: Sebb <[email protected]>
AuthorDate: Fri Mar 25 12:17:02 2022 +0000
No wonder Travis avoids chromedriver issues
[skip ci]
---
www/board/agenda/spec/navigate_spec.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/board/agenda/spec/navigate_spec.rb
b/www/board/agenda/spec/navigate_spec.rb
index 783429b..9de520d 100644
--- a/www/board/agenda/spec/navigate_spec.rb
+++ b/www/board/agenda/spec/navigate_spec.rb
@@ -7,6 +7,8 @@ require_relative 'spec_helper'
feature 'navigation', js: true do
it "should navigate to the Cocoon report and back" do
skip "headless browser test not run on Travis" if ENV['TRAVIS']
+ # Looks like chromedriver cannot cope for some reason
+ skip "headless browser test not run under GitHub Actions" if
ENV['GITHUB_ACTIONS']
visit '/2015-02-18/Clerezza'
expect(page).to have_selector '.navbar-fixed-top.reviewed .navbar-brand',