1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Remove unwanted console.log in E2E test (#19482)

This commit is contained in:
David Walsh 2023-06-07 02:13:04 -05:00 committed by GitHub
parent 2070e5e42a
commit d1dafb0bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -237,7 +237,6 @@ describe('Custom network', function () {
title: this.test.title,
},
async ({ driver }) => {
console.log('gets here -1');
await driver.navigate();
await driver.fill('#password', 'correct horse battery staple');
await driver.press('#password', driver.Key.ENTER);