Skip to content

Commit

Permalink
fix ElementHandle spec
Browse files Browse the repository at this point in the history
  • Loading branch information
YusukeIwaki committed Mar 23, 2022
1 parent 96c4ade commit 65b95b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/puppeteer/element_handle_spec.rb
Expand Up @@ -44,6 +44,7 @@
context: double(Puppeteer::ExecutionContext),
client: double(Puppeteer::CDPSession),
remote_object: double(Puppeteer::RemoteObject),
frame: double(Puppeteer::Frame),
page: double(Puppeteer::Page),
frame_manager: double(Puppeteer::FrameManager),
)
Expand Down

0 comments on commit 65b95b2

Please sign in to comment.