Skip to content

Commit

Permalink
change lit mount message
Browse files Browse the repository at this point in the history
  • Loading branch information
ShellyDCMS committed Sep 22, 2024
1 parent 60f60d3 commit c6e256a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@shellygo/cypress-test-utils",
"description": "Cypress Test Automation Utilities",
"version": "2.1.37",
"version": "2.1.38",
"author": "Shelly Goldblit",
"private": false,
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/lit/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class CypressLitComponentHelper {
cy
.wait(0, { log: false })
.then(() => {
const mountMessage = `<${String(constructor?.name)} ... />`;
const mountMessage = `<${String(constructor?.name) || "empty"} />`;

Cypress.log({
name: "mount",
Expand Down

0 comments on commit c6e256a

Please sign in to comment.