Skip to content

Commit c3b4457

Browse files
Merge pull request #384 from abhishek-lambda/AT-281
fix naming
2 parents ac58de3 + 656f653 commit c3b4457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/scanner/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ if (overRideCommands) {
229229
}
230230
Cypress.log({
231231
name: command, // Display the passed command name
232-
displayName: `Accessibility: ${command}`, // Change how it looks in the Cypress log
232+
displayName: `${command}`, // Change how it looks in the Cypress log
233233
message: url,
234234
});
235235
return cy.window().then((currentWindowNew) => {

0 commit comments

Comments
 (0)