teamcapybara / capybara

Acceptance test framework for web applications

Home Page:http://teamcapybara.github.io/capybara/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ArgumentError: wrong number of arguments (given 2, expected 1)

NeilAllen opened this issue · comments

Meta

rbenv version: 3.2.2

Capybara Version:
capybara (3.40.0)
Authors: Thomas Walpole, Jonas Nicklas
Homepage: https://github.com/teamcapybara/capybara

Driver Information (and browser if relevant):
selenium-webdriver (4.18.1, 4.9.0)
Authors: Alex Rodionov, Titus Fortner, Thomas Walpole
Homepage: https://selenium.dev
License: Apache-2.0

visit works

Actual Behavior

 Failure/Error: visit path
 
 ArgumentError:
   wrong number of arguments (given 2, expected 1)

This doesn't fix it:
module DeprecationSuppressor
def initialize(...)

There's not enough information here to do anything with - closing