Fix some eslint issues in the tests

This commit is contained in:
rejas
2021-07-01 16:37:27 +02:00
committed by veeck
parent bcff953fbb
commit 53720ae8ae
4 changed files with 72 additions and 68 deletions

View File

@@ -5,7 +5,7 @@ describe("Clock set to spanish language module", function () {
let app = null;
testMatch = async function (element, regex) {
const testMatch = async function (element, regex) {
await app.client.waitUntilWindowLoaded();
const elem = await app.client.$(element);
const txt = await elem.getText(element);