-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31845 from appsmithorg/cherry-pick/15-03-24
chore: cherry pick critical fixes
- Loading branch information
Showing
6 changed files
with
51 additions
and
20 deletions.
There are no files selected for viewing
23 changes: 23 additions & 0 deletions
23
app/client/cypress/e2e/Regression/ClientSide/Widgets/Others/MapWidget_loading_Spec.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/// <reference types="Cypress" /> | ||
import { | ||
agHelper, | ||
entityExplorer, | ||
draggableWidgets, | ||
} from "../../../../../support/Objects/ObjectsCore"; | ||
|
||
describe( | ||
"Map chart Widget", | ||
{ tags: ["@tag.Widget", "@tag.Maps"] }, | ||
function () { | ||
it("1.Drag two Map Widget and Verify the Map Widget is loading", () => { | ||
//Add map and verify | ||
entityExplorer.DragDropWidgetNVerify(draggableWidgets.MAPCHART, 200, 200); | ||
entityExplorer.DragDropWidgetNVerify(draggableWidgets.MAPCHART, 600, 200); | ||
agHelper.RefreshPage(); | ||
agHelper.AssertElementLength( | ||
".t--draggable-mapchartwidget svg text:contains('Global Population')", | ||
2, | ||
); | ||
}); | ||
}, | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters