zrlstone

Results 1 comments of zrlstone

Also experiencing the issue since Chrome 133, capybara (3.40.0), selenium-webdriver (4.29.0) Example: ``` visit root_path click_link "Create New user" fill_in "new_user_form[first_name]", with: "Test" click_on 'Save' @user = User.find_by(first_name: 'Test') visit...