Skip to content

Commit a7f5e69

Browse files
committed
Why did this linter succeed on the branch
1 parent 9afa0ee commit a7f5e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Cypress.Commands.add(
143143
method: "POST",
144144
encoding: "binary",
145145
body: {
146-
html: ($el?.html() || doc.body.parentElement?.innerHTML),
146+
html: $el?.html() || doc.body.parentElement?.innerHTML,
147147
},
148148
} as Cypress.RequestOptions)
149149
.then((response) => {

0 commit comments

Comments
 (0)