diff --git a/lib/capybara/playwright/node.rb b/lib/capybara/playwright/node.rb index 86dfc85..3576a06 100644 --- a/lib/capybara/playwright/node.rb +++ b/lib/capybara/playwright/node.rb @@ -21,7 +21,7 @@ def with_playwright_element_handle(&block) if native.is_a?(::Playwright::ElementHandle) block.call(native) else - raise "#{native.inspect} is not a Playwirght::ElementHandle" + raise "#{native.inspect} is not a Playwright::ElementHandle" end end end