Appease the linter
This commit is contained in:
parent
e72008d7f1
commit
5a9898591d
2 changed files with 1 additions and 3 deletions
|
@ -17,7 +17,6 @@ limitations under the License.
|
||||||
|
|
||||||
const sendMessage = require('../usecases/send-message');
|
const sendMessage = require('../usecases/send-message');
|
||||||
const acceptInvite = require('../usecases/accept-invite');
|
const acceptInvite = require('../usecases/accept-invite');
|
||||||
const invite = require('../usecases/invite');
|
|
||||||
const {receiveMessage} = require('../usecases/timeline');
|
const {receiveMessage} = require('../usecases/timeline');
|
||||||
const {createDm} = require('../usecases/create-room');
|
const {createDm} = require('../usecases/create-room');
|
||||||
const {checkRoomSettings} = require('../usecases/room-settings');
|
const {checkRoomSettings} = require('../usecases/room-settings');
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/*
|
/*
|
||||||
Copyright 2019 New Vector Ltd
|
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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with 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 assert = require('assert');
|
||||||
const {openMemberInfo} = require("./memberlist");
|
const {openMemberInfo} = require("./memberlist");
|
||||||
const {assertDialog, acceptDialog} = require("./dialog");
|
|
||||||
|
|
||||||
async function assertVerified(session) {
|
async function assertVerified(session) {
|
||||||
const dialogSubTitle = await session.innerText(await session.query(".mx_Dialog h2"));
|
const dialogSubTitle = await session.innerText(await session.query(".mx_Dialog h2"));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue