Improve command name readability. (#7527)

Co-authored-by: Brian Mann <brian.mann86@gmail.com>
This commit is contained in:
Kukhyeon Heo
2020-06-05 23:28:32 +09:00
committed by GitHub
parent 79fecd9af9
commit 82e23e59fc
2 changed files with 0 additions and 2 deletions
@@ -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;