mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-21 06:29:16 -05:00
Improve command name readability. (#7527)
Co-authored-by: Brian Mann <brian.mann86@gmail.com>
This commit is contained in:
@@ -50,7 +50,6 @@ module.exports = (Commands, Cypress, cy, state) => {
|
||||
|
||||
if (options.log) {
|
||||
Cypress.log({
|
||||
name: 'clear ls',
|
||||
snapshot: true,
|
||||
end: true,
|
||||
})
|
||||
|
||||
@@ -207,7 +207,6 @@
|
||||
.command-method {
|
||||
padding: 1px 2px 0;
|
||||
display: inline-block;
|
||||
text-transform: uppercase;
|
||||
font-size: 11px;
|
||||
min-width: 80px;
|
||||
font-weight: 600;
|
||||
|
||||
Reference in New Issue
Block a user