From c8180ab301882f7459bcc7d01d792e1b79733cf5 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Jun 2016 12:06:49 -0700 Subject: [PATCH] Update spec description --- spec/chromium-spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js index 83e8bdf3fc..be40f127ca 100644 --- a/spec/chromium-spec.js +++ b/spec/chromium-spec.js @@ -328,7 +328,7 @@ describe('chromium feature', function () { b = window.open('file://' + fixtures + '/pages/window-opener-postMessage.html', '', 'show=no') }) - it('works for windows opened from a ', function (done) { + it('supports windows opened from a ', function (done) { const webview = new WebView() webview.addEventListener('console-message', function (e) { webview.remove()