Victor Maslov

Results 70 issues of Victor Maslov

In autotesting at my job they use firefox/webdriver since the ice age, and I want to make us use chrome/cdp. After writing some tests under the old framework I got...

Looks like for now this setting does alias `mu_pp` directly to the `pretty_inspect` method and does not check the class. For example, `assert_equal` diff here is wild, I can't spot...

```xml ``` becomes ```xml ``` but they aren't equivalent

I wonder why this issue remains since 0.9.0 ```ruby expect({1=>2, 2=>3, 3=>4}).to eq({3=>1, 2=>3, 1=>3}) ``` ``` { - 1 => 3 + 1 => 2, 2 => 3, -...

![Image](https://github.com/user-attachments/assets/a199c3e7-a9cf-4f4c-9dc6-30f6df2a0b07)

```ruby wait(1).for{ find_button_by_text("Копировать").click }.to change{ tabs.size }.from(2).to(3) ``` ```none Failure/Error: expected `tabs.size` to have changed from 2 to 3, but was not given a block ```

```console $ tree -a . ├── Gemfile ├── Gemfile.lock ├── .ruby-version └── spec └── _spec.rb $ cat .ruby-version 2.7.8 $ cat spec/_spec.rb require "super_diff/rspec" require "rspec/wait" $ cat Gemfile source...

```none irb> ::Regexp.new("[0-9]{5,100}").random_example => "477577" irb> ::Regexp.new("[0-9]{5,100}").random_example => "544167" irb> ::Regexp.new("[0-9]{5,100}").random_example => "60674" irb> ::Regexp.new("[0-9]{5,100}").random_example => "526967" irb> ::Regexp.new("[0-9]{5,100}").random_example => "13144" irb> ::Regexp.new("[0-9]{5,100}").random_example => "2243621" irb> ::Regexp.new("[0-9]{5,100}").random_example => "9012365" irb>...

This might resolve #97 and #44. 1. it does not blame the sqlite anymore but correctly points at jpeg and png libraries 2. if you already have them installed it...

For example I look up the "бот" page. It is not an actual article so might need first recognize that it's a disambiguation one. But how do I do that?...