Appease the linter a bit more

pull/21833/head
Travis Ralston 2020-04-17 14:38:05 -06:00
parent 5a9898591d
commit 77df610653
1 changed files with 0 additions and 5 deletions

View File

@ -18,11 +18,6 @@ limitations under the License.
const assert = require('assert');
const {openMemberInfo} = require("./memberlist");
async function assertVerified(session) {
const dialogSubTitle = await session.innerText(await session.query(".mx_Dialog h2"));
assert(dialogSubTitle, "Verified!");
}
async function startVerification(session, name) {
session.log.step("opens their opponent's profile and starts verification");
await openMemberInfo(session, name);