You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@whimsical.apache.org by Sam Ruby <ru...@intertwingly.net> on 2022/03/25 12:24:08 UTC

Re: [whimsy] branch master updated: No wonder Travis avoids chromedriver issues

I have to say that I've been watching this progress with a combination
of admiration and amusement. :-)

It is also pleasing to see that whether something you tried works or
didn't work, you find out quickly, not hours later, like what
sometimes happens with Travis.

- Sam Ruby

On Fri, Mar 25, 2022 at 8:17 AM <se...@apache.org> wrote:
>
> 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 <se...@apache.org>
> 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',