From 5a9898591d0fb0edbebfefd06f9e5b0f34c19135 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 17 Apr 2020 14:35:02 -0600 Subject: [PATCH] Appease the linter --- test/end-to-end-tests/src/scenarios/e2e-encryption.js | 1 - test/end-to-end-tests/src/usecases/verify.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/test/end-to-end-tests/src/scenarios/e2e-encryption.js b/test/end-to-end-tests/src/scenarios/e2e-encryption.js index 586b3a0404..d31d2c0d57 100644 --- a/test/end-to-end-tests/src/scenarios/e2e-encryption.js +++ b/test/end-to-end-tests/src/scenarios/e2e-encryption.js @@ -17,7 +17,6 @@ limitations under the License. const sendMessage = require('../usecases/send-message'); const acceptInvite = require('../usecases/accept-invite'); -const invite = require('../usecases/invite'); const {receiveMessage} = require('../usecases/timeline'); const {createDm} = require('../usecases/create-room'); const {checkRoomSettings} = require('../usecases/room-settings'); diff --git a/test/end-to-end-tests/src/usecases/verify.js b/test/end-to-end-tests/src/usecases/verify.js index 7ff3f3d8bb..719333c0d8 100644 --- a/test/end-to-end-tests/src/usecases/verify.js +++ b/test/end-to-end-tests/src/usecases/verify.js @@ -1,6 +1,6 @@ /* Copyright 2019 New Vector Ltd -Copyright 2019 The Matrix.org Foundation C.I.C. +Copyright 2019, 2020 The Matrix.org Foundation C.I.C. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -17,7 +17,6 @@ limitations under the License. const assert = require('assert'); const {openMemberInfo} = require("./memberlist"); -const {assertDialog, acceptDialog} = require("./dialog"); async function assertVerified(session) { const dialogSubTitle = await session.innerText(await session.query(".mx_Dialog h2"));