Merge branch 'master' into release-7mar23
This commit is contained in:
commit
e8db4e7415
|
|
@ -18,7 +18,6 @@ describe("Autocomplete tests", () => {
|
||||||
it("1. Bug #13613 Verify widgets autocomplete: ButtonGroup & Document viewer widget", () => {
|
it("1. Bug #13613 Verify widgets autocomplete: ButtonGroup & Document viewer widget", () => {
|
||||||
_.entityExplorer.DragDropWidgetNVerify(WIDGET.BUTTON_GROUP, 200, 200);
|
_.entityExplorer.DragDropWidgetNVerify(WIDGET.BUTTON_GROUP, 200, 200);
|
||||||
_.entityExplorer.DragDropWidgetNVerify(WIDGET.DOCUMENT_VIEWER, 200, 500);
|
_.entityExplorer.DragDropWidgetNVerify(WIDGET.DOCUMENT_VIEWER, 200, 500);
|
||||||
|
|
||||||
// create js object
|
// create js object
|
||||||
_.jsEditor.CreateJSObject(jsObjectBody, {
|
_.jsEditor.CreateJSObject(jsObjectBody, {
|
||||||
paste: true,
|
paste: true,
|
||||||
|
|
@ -61,7 +60,6 @@ describe("Autocomplete tests", () => {
|
||||||
it("2. Check for bindings not available in other page", () => {
|
it("2. Check for bindings not available in other page", () => {
|
||||||
// dependent on above case: 1st page should have DocumentViewer widget
|
// dependent on above case: 1st page should have DocumentViewer widget
|
||||||
_.entityExplorer.AddNewPage();
|
_.entityExplorer.AddNewPage();
|
||||||
|
|
||||||
// create js object
|
// create js object
|
||||||
_.jsEditor.CreateJSObject(jsObjectBody, {
|
_.jsEditor.CreateJSObject(jsObjectBody, {
|
||||||
paste: true,
|
paste: true,
|
||||||
|
|
@ -284,7 +282,6 @@ describe("Autocomplete tests", () => {
|
||||||
|
|
||||||
it("8. Multiple binding in single line", () => {
|
it("8. Multiple binding in single line", () => {
|
||||||
_.dataSources.CreateDataSource("Postgres", true, false);
|
_.dataSources.CreateDataSource("Postgres", true, false);
|
||||||
|
|
||||||
_.dataSources.CreateQueryAfterDSSaved(
|
_.dataSources.CreateQueryAfterDSSaved(
|
||||||
"SELECT * FROM worldCountryInfo where {{appsmith.store}} {{appsmith}}",
|
"SELECT * FROM worldCountryInfo where {{appsmith.store}} {{appsmith}}",
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -71,7 +71,6 @@ describe("Modal focus", function() {
|
||||||
});
|
});
|
||||||
it("2. Should not focus on the input field if autofocus is disabled", () => {
|
it("2. Should not focus on the input field if autofocus is disabled", () => {
|
||||||
cy.openPropertyPaneFromModal("inputwidgetv2");
|
cy.openPropertyPaneFromModal("inputwidgetv2");
|
||||||
|
|
||||||
// autofocus for input field is disabled
|
// autofocus for input field is disabled
|
||||||
cy.get(".t--property-control-autofocus")
|
cy.get(".t--property-control-autofocus")
|
||||||
.find(".bp3-switch input")
|
.find(".bp3-switch input")
|
||||||
|
|
|
||||||
|
|
@ -9967,7 +9967,6 @@ des.js@^1.0.0:
|
||||||
dependencies:
|
dependencies:
|
||||||
inherits "^2.0.1"
|
inherits "^2.0.1"
|
||||||
minimalistic-assert "^1.0.0"
|
minimalistic-assert "^1.0.0"
|
||||||
|
|
||||||
"design-system-old@npm:@appsmithorg/design-system-old@1.0.52":
|
"design-system-old@npm:@appsmithorg/design-system-old@1.0.52":
|
||||||
version "1.0.52"
|
version "1.0.52"
|
||||||
resolved "https://registry.yarnpkg.com/@appsmithorg/design-system-old/-/design-system-old-1.0.52.tgz#031b179a9b3689a081e29c3994b7296935fa3edb"
|
resolved "https://registry.yarnpkg.com/@appsmithorg/design-system-old/-/design-system-old-1.0.52.tgz#031b179a9b3689a081e29c3994b7296935fa3edb"
|
||||||
|
|
|
||||||
2
deploy/docker/entrypoint.sh
Executable file → Normal file
2
deploy/docker/entrypoint.sh
Executable file → Normal file
|
|
@ -168,7 +168,7 @@ init_replica_set() {
|
||||||
mongod --fork --port 27017 --dbpath "$MONGO_DB_PATH" --logpath "$MONGO_LOG_PATH" --replSet mr1 --keyFile /mongodb-key --bind_ip localhost
|
mongod --fork --port 27017 --dbpath "$MONGO_DB_PATH" --logpath "$MONGO_LOG_PATH" --replSet mr1 --keyFile /mongodb-key --bind_ip localhost
|
||||||
echo "Waiting 10s for MongoDB to start with Replica Set"
|
echo "Waiting 10s for MongoDB to start with Replica Set"
|
||||||
sleep 10
|
sleep 10
|
||||||
mongosh "$APPSMITH_MONGODB_URI" --eval 'rs.initiate()'
|
mongo "$APPSMITH_MONGODB_URI" --eval 'rs.initiate()'
|
||||||
mongod --dbpath "$MONGO_DB_PATH" --shutdown || true
|
mongod --dbpath "$MONGO_DB_PATH" --shutdown || true
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user