Skip to content

Commit b77cb82

Browse files
Update lib/command/info.js
Co-authored-by: Michael Bodnarchuk <DavertMik@users.noreply.github.com>
1 parent 19f17ba commit b77cb82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command/info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ const { getConfig, getTestRoot } = require('./utils')
44
const Codecept = require('../codecept')
55
const output = require('../output')
66

7-
async function getInstalledBrowsers() {
7+
async function getPlaywrightBrowsers() {
88
try {
99
const playwright = require('playwright')
1010
const browsers = await Promise.all(

0 commit comments

Comments
 (0)