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

Merge pull request #5691 from MetaMask/fix-typo

Fix typo on drizzle test description
This commit is contained in:
Bruno Barbieri 2018-11-07 01:39:58 +01:00 committed by GitHub
commit 7f944923d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,7 +272,7 @@ describe('MetaMask', function () {
let popup
let dapp
it('be able to connect the account', async () => {
it('should be able to connect the account', async () => {
await openNewPage(driver, 'http://127.0.0.1:3000/')
await delay(regularDelayMs)