Auto-fix lint errors
This commit is contained in:
parent
4c5720a573
commit
ae0a8b8da4
625 changed files with 3170 additions and 3232 deletions
|
@ -51,5 +51,5 @@ module.exports.getE2EDeviceFromSettings = async function(session) {
|
|||
const closeButton = await session.query(".mx_UserSettingsDialog .mx_Dialog_cancelButton");
|
||||
await closeButton.click();
|
||||
session.log.done();
|
||||
return {id, key};
|
||||
return { id, key };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue