Explorar o código

Fixed variable isa_ok test was being called on

Ken Swanson %!s(int64=14) %!d(string=hai) anos
pai
achega
fbfcfcd122
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      t/01-driver.t

+ 1 - 1
t/01-driver.t

@@ -189,7 +189,7 @@ EXECUTE: {
         isa_ok($elem, 'ARRAY', 'What we got back is an ARRAY ref');
         ok(scalar(@$elem), 'There are elements in our array ref');
         foreach my $element (@$elem) {
-            isa_ok($elem, 'Selenium::Remote::WebElement', 'Element was converted to a WebElement object');
+            isa_ok($element, 'Selenium::Remote::WebElement', 'Element was converted to a WebElement object');
         }
         $script = q{
           var arg1 = arguments[0];