Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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