Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorton committed Aug 22, 2024
1 parent d79d63f commit e2dc2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capybara/playwright/node.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2dc2f1

Please sign in to comment.