George S. Baugh 4 жил өмнө
parent
commit
0917b8c043
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      t/Playwright.t

+ 2 - 0
t/Playwright.t

@@ -81,6 +81,7 @@ subtest "new" => sub {
         pid    => 666,
         pid    => 666,
         port   => 420,
         port   => 420,
         timeout => 5,
         timeout => 5,
+        cleanup => 1,
     }, 'Playwright');
     }, 'Playwright');
 
 
     is(Playwright->new( timeout => 5, ua => 'whee', debug => 1), $expected, "Constructor functions as expected");
     is(Playwright->new( timeout => 5, ua => 'whee', debug => 1), $expected, "Constructor functions as expected");
@@ -92,6 +93,7 @@ subtest "new" => sub {
         pid    => 666,
         pid    => 666,
         port   => 420,
         port   => 420,
         timeout => 30,
         timeout => 30,
+        cleanup => 1,
     }, 'Playwright');
     }, 'Playwright');
 
 
     is(Playwright->new(), $expected, "Constructor defaults expected");
     is(Playwright->new(), $expected, "Constructor defaults expected");