Skip to content

Commit

Permalink
test: flaky check for onload spec (#38429)
Browse files Browse the repository at this point in the history
/ok-to-test tags="@tag.Sanity"



<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/12592022906>
> Commit: 92ca095
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=12592022906&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Fri, 03 Jan 2025 03:37:24 UTC
<!-- end of auto-generated comment: Cypress test results  -->

---------

Co-authored-by: “NandanAnantharamu” <“[email protected]”>
  • Loading branch information
NandanAnantharamu and “NandanAnantharamu” authored Jan 3, 2025
1 parent 74cd364 commit 0198ad8
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ describe(
});
});

it("2. Bug 8595: OnPageLoad execution - when Query Parmas added via Params tab", function () {
//Open Bug: https://github.com/appsmithorg/appsmith/issues/38165
it.skip("2. Bug 8595: OnPageLoad execution - when Query Parmas added via Params tab", function () {
agHelper.AddDsl("onPageLoadActionsDsl", locators._imageWidget);
apiPage.CreateAndFillApi(
dataManager.dsValues[dataManager.defaultEnviorment].flowerImageUrl1,
Expand Down Expand Up @@ -142,7 +143,8 @@ describe(
agHelper.AssertElementAbsence(locators._errorTab);
});

it("3. Bug 10049, 10055: Dependency not executed in expected order in layoutOnLoadActions when dependency added via URL", function () {
//Open Bug: https://github.com/appsmithorg/appsmith/issues/38165
it.skip("3. Bug 10049, 10055: Dependency not executed in expected order in layoutOnLoadActions when dependency added via URL", function () {
EditorNavigation.SelectEntityByName("Genderize", EntityType.Api);
entityExplorer.ActionContextMenuByEntityName({
entityNameinLeftSidebar: "Genderize",
Expand Down

0 comments on commit 0198ad8

Please sign in to comment.