Skip to content

Commit

Permalink
Merge pull request #75 from Skalar/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
YusukeIwaki authored Sep 21, 2024
2 parents d79d63f + e2dc2f1 commit b1c38b6
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 b1c38b6

Please sign in to comment.