From d602cd9d5431c5ef4a41fcadebaa11054de8d641 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Wed, 8 Apr 2020 10:45:25 +0100 Subject: [PATCH] Fix import position of dialog --- test/dialog.spec.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/dialog.spec.js b/test/dialog.spec.js index c1d75ddbfaf59..b3b2222f26d5b 100644 --- a/test/dialog.spec.js +++ b/test/dialog.spec.js @@ -1,5 +1,3 @@ -const expect = require('expect'); -const {getTestState} = require('./mocha-utils'); /** * Copyright 2018 Google Inc. All rights reserved. * @@ -15,6 +13,9 @@ const {getTestState} = require('./mocha-utils'); * See the License for the specific language governing permissions and * limitations under the License. */ +const expect = require('expect'); +const {getTestState} = require('./mocha-utils'); + describe('Page.Events.Dialog', function() { it('should fire', async() => { const { page } = getTestState();