Skip to content

Commit

Permalink
Fix warning in t/01-webdriver3.t
Browse files Browse the repository at this point in the history
  • Loading branch information
teodesian committed Jan 26, 2018
1 parent 5c01fa2 commit 5643e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/01-webdriver3.t
Expand Up @@ -109,7 +109,7 @@ EXECOMMAND: {
#_execute_command with payload 'hitting all the right buttons'
#also check that fallback works w/ the right special missing word
#also check capability shortcut
my $self = bless({ is_wd3 => 1, capabilities => 'wakka wakka' },"Selenium::Remote::Driver");
my $self = bless({ is_wd3 => 1, capabilities => 'wakka wakka', browser_name => 'firefox' },"Selenium::Remote::Driver");

no warnings qw{redefine once};
local *Selenium::Remote::RemoteConnection::request = sub {return { sessionId => 'zippy', cmd_status => 'OK' }};
Expand Down

0 comments on commit 5643e07

Please sign in to comment.