Skip to content

Commit 2c074b0

Browse files
committed
added log
1 parent e74080e commit 2c074b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Accessibility = (on, config) => {
2525
try {
2626
if (process.env.ACCESSIBILITY_EXTENSION_PATH !== undefined) {
2727
if (browser.name !== 'chrome' && browser.name !== 'edge') {
28-
console.log(`Accessibility Automation will run only on Chrome browsers. But browser run on ` + browser.name);
28+
console.log(`Accessibility Automation will run only on Chrome and Edge browsers. But browser used is ` + browser.name);
2929
browser_validation = false;
3030
}
3131
if (browser.name === 'chrome' && browser.majorVersion <= 94) {

0 commit comments

Comments
 (0)