Skip to content

Commit b1da67e

Browse files
test: add additional header element to getEntryIdentifiersInCurrentPage test case
1 parent 34b7e42 commit b1da67e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/visualBuilder/utils/__test__/getEntryIdentifiersInCurrentPage.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ describe("getEntryIdentifiersInCurrentPage", () => {
5252
document.body.innerHTML = `
5353
<div>
5454
<h1 data-cslp="">Empty CSLP</h1>
55+
<h2 data-cslp>Empty CSLP</h2>
5556
<h1 data-cslp="page.bltf5bb5f8fb088a332.en-us.page_components.0.hero_banner.banner_title">Valid CSLP</h1>
5657
</div>
5758
`;

0 commit comments

Comments
 (0)