瀏覽代碼

Removed unused 'pause' instruction in the tests

Emmanuel Peroumalnaik 11 年之前
父節點
當前提交
ddfc552062
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      t/01-driver.t

+ 0 - 1
t/01-driver.t

@@ -181,7 +181,6 @@ WINDOW: {
     is(ref $ret, 'ARRAY', 'Received all window handles');
     $ret = $driver->set_window_position(100,100);
     is($ret, 1, 'Set the window position to 100, 100');
-    $driver->pause(500);
     $ret = $driver->get_window_position();
     is ($ret->{'x'}, 100, 'Got the right X Co-ordinate');
     is ($ret->{'y'}, 100, 'Got the right Y Co-ordinate');