瀏覽代碼

Keep test 04-commands-implemented.t happy

Vangelis Katsikaros 9 年之前
父節點
當前提交
da8a42f268
共有 1 個文件被更改,包括 2 次插入1 次删除
  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;
   my $found_command = 0;
   for my $file (
   for my $file (
     qw{lib/Selenium/Remote/Driver.pm
     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";
     open(my $fh, '<', $file) or die "Couldn't open file $file";
     for (<$fh>) {
     for (<$fh>) {