Skip to content

Commit

Permalink
console log update
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Jan 16, 2025
1 parent 71ff3ee commit c37faba
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ describe(
EditorNavigation.SelectEntityByName("Button1", EntityType.Widget);
propPane.ToggleJSMode("onClick", true);
cy.get("@jsObjectName").then((jsObjectName: string) => {
console.log("Mera variable: ", jsObjectName);
propPane.EnterJSContext(
"onClick",
`{{${jsObjectName}.myFun1()}}`,
Expand All @@ -66,7 +65,9 @@ describe(

deployMode.DeployApp();
agHelper.AssertElementVisibility(appSettings.locators._header);
cy.reload();
agHelper.RefreshPage();
agHelper.WaitUntilEleAppear(locators._modalWrapper, 0);
agHelper.AssertElementVisibility(locators._modalWrapper);
agHelper.AssertText(locators._modalButtonText, "text", "Confirm", 2);
agHelper.AssertText(locators._modalButtonText, "text", "Close", 1);
Expand Down Expand Up @@ -113,7 +114,6 @@ describe(
EditorNavigation.SelectEntityByName("Button1", EntityType.Widget);
propPane.ToggleJSMode("onClick", true);
cy.get("@jsObjectName").then((jsObjectName: string) => {
console.log("Mera variable: ", jsObjectName);
propPane.EnterJSContext(
"onClick",
`{{${jsObjectName}.myFun1()}}`,
Expand Down Expand Up @@ -174,7 +174,6 @@ describe(
EditorNavigation.SelectEntityByName("IconButton1", EntityType.Widget);
propPane.ToggleJSMode("onClick", true);
cy.get("@jsObjectName").then((jsObjectName: string) => {
console.log("Mera variable: ", jsObjectName);
propPane.EnterJSContext(
"onClick",
`{{${jsObjectName}.myFun1()}}`,
Expand Down

0 comments on commit c37faba

Please sign in to comment.