Tobias Pfeiffer
Tobias Pfeiffer
Ah, I don't think we have to borow anything in JRuby as versions there are recent enough with our support so I got confused. I wasn't sure one could borrow...
GRML... I have no idea right now and not too much OSS time on my hand. I'lll take a look hopefully at the latest on Saturday. It's just fun because...
Also works on my other machine... ``` tobi@comfy:~/github/simplecov(main)$ be rake Running RuboCop... Inspecting 99 files ................................................................................................... 99 files inspected, no offenses detected /home/tobi/.asdf/installs/ruby/2.7.0/bin/ruby -I/home/tobi/.asdf/installs/ruby/2.7.0/lib/ruby/gems/2.7.0/gems/rspec-core-3.9.2/lib:/home/tobi/.asdf/installs/ruby/2.7.0/lib/ruby/gems/2.7.0/gems/rspec-support-3.9.3/lib /home/tobi/.asdf/installs/ruby/2.7.0/lib/ruby/gems/2.7.0/gems/rspec-core-3.9.2/exe/rspec --pattern spec/\*\*\{,/\*/\*\*\}/\*_spec.rb Randomized with seed...
Looks like the visibility checking isn't working on the CI and on your machine... ```ruby summary_text = find("#{extra_class}.t-#{coverage_type}-summary", visible: true).text ``` I checked that in the HTML for this one:...
deactivating the `visible: true` leads to exactly the same errors (unsurprisingly) just no idea why or how: ``` Ambiguous match, found 8 elements matching visible css " .t-line-summary" (Capybara::Ambiguous) ./features/step_definitions/html_steps.rb:55:in...
I'm starting to think that the JS is probably not working and I'm not sure why.... ``` Unable to find button "cboxClose" that is not disabled (Capybara::ElementNotFound) ./features/step_definitions/html_steps.rb:69:in `"I close...
Good thinking but October 22 hasn't passed yet and ubuntu-latest refers to 18.04 apparently even :thinking: tried explicit 20.04 and 18.04, nothing works. At this point rewriting the class selectors...
you're on the right track though, theoretically it could have been only some package update but which one, why or how is... fun to debug with me being unable to...
Yeah... I can't quite figure it out. It seems somewhat most likely as that's one of the places where we differ as I'm not using chrome but chromium, difference shouldn't...
well at least i can reproduce now on a machine... no time to fix right now . the puma error is local, but the local duplications also happen... yayy macs...