Skip to content

Failures for newest woothee spec #14

@ianks

Description

@ianks

When updating fast_woothee and pulling down the latest woothee repo, I noticed these failures. Figured I'd document 'em:

  1) FastWoothee pc_misc: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.1.1087 (beta) Yowser/2.5 Safari/537.36 name
     Failure/Error: expect(r[attr].to_s).to eql(e[attr.to_s])
     
       expected: "Yandex Browser"
            got: "Chrome"
     
       (compared using eql?)
     # ./spec/fast_woothee_spec.rb:28:in `block (5 levels) in <top (required)>'

  2) FastWoothee pc_misc: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 YaBrowser/17.11.1.1087 (beta) Yowser/2.5 Safari/537.36 version
     Failure/Error: expect(r[attr].to_s).to eql(e[attr.to_s])
     
       expected: "17.11.1.1087"
            got: "62.0.3202.94"
     
       (compared using eql?)
     # ./spec/fast_woothee_spec.rb:28:in `block (5 levels) in <top (required)>'

  3) FastWoothee pc_windows: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.839 Yowser/2.5 Safari/537.36 name
     Failure/Error: expect(r[attr].to_s).to eql(e[attr.to_s])
     
       expected: "Yandex Browser"
            got: "Chrome"
     
       (compared using eql?)
     # ./spec/fast_woothee_spec.rb:28:in `block (5 levels) in <top (required)>'

  4) FastWoothee pc_windows: Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.132 YaBrowser/18.1.1.839 Yowser/2.5 Safari/537.36 version
     Failure/Error: expect(r[attr].to_s).to eql(e[attr.to_s])
     
       expected: "18.1.1.839"
            got: "63.0.3239.132"
     
       (compared using eql?)
     # ./spec/fast_woothee_spec.rb:28:in `block (5 levels) in <top (required)>'

  5) FastWoothee smartphone_android: Mozilla/5.0 (Linux; Android 9; SM-N960F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.105 Mobile Safari/537.36 os_version
     Failure/Error: expect(r[attr].to_s).to eql(e[attr.to_s])
     
       expected: "9"
            got: "UNKNOWN"
     
       (compared using eql?)
     # ./spec/fast_woothee_spec.rb:28:in `block (5 levels) in <top (required)>'

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions