Explorar o código

Keep test 04-commands-implemented.t happy

Vangelis Katsikaros %!s(int64=9) %!d(string=hai) anos
pai
achega
da8a42f268
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      t/04-commands-implemented.t

+ 2 - 1
t/04-commands-implemented.t

@@ -14,7 +14,8 @@ for my $command (keys %{$comm}) {
   my $found_command = 0;
   for my $file (
     qw{lib/Selenium/Remote/Driver.pm
-    lib/Selenium/Remote/WebElement.pm}
+    lib/Selenium/Remote/WebElement.pm
+    lib/Selenium/Firefox.pm}
     ) {
     open(my $fh, '<', $file) or die "Couldn't open file $file";
     for (<$fh>) {