Skip to content

Commit

Permalink
Fix test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
ravise5 committed Mar 15, 2024
1 parent 9ca1052 commit 1bc326a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe("Sites with Aem Embed Container", () => {

it("test for aemembedcontainer presence inside iframe", () => {
getIframeBody().find('.cmp-adaptiveform-container').should('have.length', 1);
getIframeBody().find('.cmp-adaptiveform-container').find('.cmp-adaptiveform-numberinput__widget').should('have.length', 7);
getIframeBody().find('.cmp-adaptiveform-container').find('.cmp-adaptiveform-numberinput__widget').should('have.length', 8);
})

it("test for form presence in nonIframe mode", () => {
Expand Down Expand Up @@ -134,4 +134,4 @@ describe("Sites with Aem Embed Container", () => {
})
})
})
})
})

0 comments on commit 1bc326a

Please sign in to comment.