From 98b6ce876072590f3975624c35bb32782b9dd100 Mon Sep 17 00:00:00 2001 From: Yuya Ochiai Date: Sat, 25 Jun 2016 21:41:36 +0900 Subject: [PATCH] Extend pause --- test/specs/security_test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/security_test.js b/test/specs/security_test.js index 30d8ba9e..fc8ce26b 100644 --- a/test/specs/security_test.js +++ b/test/specs/security_test.js @@ -69,7 +69,7 @@ describe('application', function() { const webview = document.querySelector('webview'); webview.executeJavaScript('open_window();'); }) - .pause(500) // wait for the new window + .pause(1000) // wait for the new window .windowByIndex(3).isNodeEnabled().should.eventually.be.false; }) });