## Description ### Fixes - [x] https://github.com/appsmithorg/appsmith/issues/19383 - [x] https://github.com/appsmithorg/appsmith/issues/19384 - [x] https://github.com/appsmithorg/appsmith/issues/19385 - [x] https://github.com/appsmithorg/appsmith/issues/19386 - [x] https://github.com/appsmithorg/appsmith/issues/19387 - [x] https://github.com/appsmithorg/appsmith/issues/19388 - [x] https://github.com/appsmithorg/appsmith/issues/19389 - [x] https://github.com/appsmithorg/appsmith/issues/19390 - [x] https://github.com/appsmithorg/appsmith/issues/19391 - [x] https://github.com/appsmithorg/appsmith/issues/19392 - [x] https://github.com/appsmithorg/appsmith/issues/19393 - [x] https://github.com/appsmithorg/appsmith/issues/19394 - [x] https://github.com/appsmithorg/appsmith/issues/19395 - [x] https://github.com/appsmithorg/appsmith/issues/19396 - [x] https://github.com/appsmithorg/appsmith/issues/19397 - [x] https://github.com/appsmithorg/appsmith/issues/19398 - [x] https://github.com/appsmithorg/appsmith/issues/19399 - [x] https://github.com/appsmithorg/appsmith/issues/19400 - [x] https://github.com/appsmithorg/appsmith/issues/19401 - [x] https://github.com/appsmithorg/appsmith/issues/19402 - [x] https://github.com/appsmithorg/appsmith/issues/19403 - [x] https://github.com/appsmithorg/appsmith/issues/19404 - [x] https://github.com/appsmithorg/appsmith/issues/19405 - [x] https://github.com/appsmithorg/appsmith/issues/19406 - [x] https://github.com/appsmithorg/appsmith/issues/19407 - [x] https://github.com/appsmithorg/appsmith/issues/19408 - [x] https://github.com/appsmithorg/appsmith/issues/19409 Fixes # (issue) > if no issue exists, please create an issue and ask the maintainers about this first Media > A video or a GIF is preferred. when using Loom, don’t embed because it looks like it’s a GIF. instead, just link to the video ## Type of change > Please delete options that are not relevant. - Bug fix (non-breaking change which fixes an issue) - New feature (non-breaking change which adds functionality) - Breaking change (fix or feature that would cause existing functionality to not work as expected) - Chore (housekeeping or task changes that don't impact user perception) - This change requires a documentation update ## How Has This Been Tested? > Please describe the tests that you ran to verify your changes. Provide instructions, so we can reproduce. > Please also list any relevant details for your test configuration. > Delete anything that is not important - Manual - Jest - Cypress ### Test Plan > Add Testsmith test cases links that relate to this PR ### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) ## Checklist: ### Dev activity - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] PR is being merged under a feature flag ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --------- Co-authored-by: Ankita Kinger <ankita@appsmith.com> Co-authored-by: akash-codemonk <67054171+akash-codemonk@users.noreply.github.com> Co-authored-by: Tanvi Bhakta <tanvi@appsmith.com> Co-authored-by: Arsalan <arsalanyaldram0211@outlook.com> Co-authored-by: Aman Agarwal <aman@appsmith.com> Co-authored-by: Rohit Agarwal <rohit_agarwal@live.in> Co-authored-by: Nilesh Sarupriya <nilesh@appsmith.com> Co-authored-by: Nilesh Sarupriya <20905988+nsarupr@users.noreply.github.com> Co-authored-by: Tanvi Bhakta <tanvibhakta@gmail.com> Co-authored-by: Aishwarya UR <aishwarya@appsmith.com> Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local> Co-authored-by: Vijetha-Kaja <vijetha@appsmith.com> Co-authored-by: Parthvi <80334441+Parthvi12@users.noreply.github.com> Co-authored-by: Apple <nandan@thinkify.io> Co-authored-by: Saroj <43822041+sarojsarab@users.noreply.github.com> Co-authored-by: Sangeeth Sivan <74818788+berzerkeer@users.noreply.github.com> Co-authored-by: Ashok Kumar M <35134347+marks0351@users.noreply.github.com> Co-authored-by: Aishwarya-U-R <91450662+Aishwarya-U-R@users.noreply.github.com> Co-authored-by: rahulramesha <rahul@appsmith.com> Co-authored-by: Aswath K <aswath.sana@gmail.com> Co-authored-by: Preet Sidhu <preetsidhu.bits@gmail.com> Co-authored-by: Vijetha-Kaja <119562824+Vijetha-Kaja@users.noreply.github.com> Co-authored-by: Shrikant Sharat Kandula <shrikant@appsmith.com>
409 lines
12 KiB
JavaScript
409 lines
12 KiB
JavaScript
/* eslint-disable cypress/no-unnecessary-waiting */
|
|
/* eslint-disable cypress/no-assigning-return-values */
|
|
|
|
require("cy-verify-downloads").addCustomCommand();
|
|
require("cypress-file-upload");
|
|
import ApiEditor from "../locators/ApiEditor";
|
|
const pages = require("../locators/Pages.json");
|
|
const apiwidget = require("../locators/apiWidgetslocator.json");
|
|
const explorer = require("../locators/explorerlocators.json");
|
|
import { ObjectsRegistry } from "./Objects/Registry";
|
|
|
|
let dataSources = ObjectsRegistry.DataSources;
|
|
let apiPage = ObjectsRegistry.ApiPage;
|
|
|
|
export const initLocalstorage = () => {
|
|
cy.window().then((window) => {
|
|
window.localStorage.setItem("ShowCommentsButtonToolTip", "");
|
|
window.localStorage.setItem("updateDismissed", "true");
|
|
});
|
|
};
|
|
|
|
Cypress.Commands.add("enterDatasourceAndPath", (datasource, path) => {
|
|
cy.enterDatasource(datasource + path);
|
|
});
|
|
|
|
Cypress.Commands.add("enterDatasource", (datasource) => {
|
|
cy.get(apiwidget.resourceUrl)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(datasource, { parseSpecialCharSequences: false });
|
|
//.type("{esc}}");
|
|
cy.wait(2000);
|
|
cy.assertPageSave();
|
|
});
|
|
|
|
Cypress.Commands.add("ResponseStatusCheck", (statusCode) => {
|
|
cy.xpath(apiwidget.responseStatus).should("be.visible");
|
|
cy.xpath(apiwidget.responseStatus).contains(statusCode);
|
|
});
|
|
|
|
Cypress.Commands.add("ResponseCheck", () => {
|
|
//Explicit assert
|
|
cy.get(apiwidget.responseText).should("be.visible");
|
|
});
|
|
|
|
Cypress.Commands.add("ResponseTextCheck", (textTocheck) => {
|
|
cy.ResponseCheck();
|
|
cy.get(apiwidget.responseText).contains(textTocheck);
|
|
});
|
|
|
|
Cypress.Commands.add("NavigateToAPI_Panel", () => {
|
|
cy.get(pages.addEntityAPI).last().should("be.visible").click({ force: true });
|
|
dataSources.NavigateToDSCreateNew();
|
|
cy.get("#loading").should("not.exist");
|
|
});
|
|
|
|
Cypress.Commands.add("CreateAPI", (apiname) => {
|
|
apiPage.CreateApi(apiname);
|
|
});
|
|
|
|
Cypress.Commands.add("CreateSubsequentAPI", (apiname) => {
|
|
cy.get(apiwidget.createApiOnSideBar).first().click({ force: true });
|
|
cy.get(apiwidget.resourceUrl).should("be.visible");
|
|
// cy.get(ApiEditor.nameOfApi)
|
|
cy.get(apiwidget.apiTxt).clear().type(apiname).should("have.value", apiname);
|
|
cy.WaitAutoSave();
|
|
});
|
|
|
|
Cypress.Commands.add("EditApiName", (apiname) => {
|
|
cy.get(apiwidget.ApiName).click({ force: true });
|
|
cy.get(apiwidget.apiTxt)
|
|
.clear()
|
|
.type(apiname, { force: true })
|
|
.should("have.value", apiname);
|
|
});
|
|
|
|
Cypress.Commands.add("EditApiNameFromExplorer", (apiname) => {
|
|
/*
|
|
cy.xpath(apiwidget.popover)
|
|
.last()
|
|
.click({ force: true });
|
|
cy.get(apiwidget.editName).click({ force: true });
|
|
*/
|
|
cy.get(explorer.editNameField)
|
|
.clear()
|
|
.type(apiname, { force: true })
|
|
.should("have.value", apiname)
|
|
.blur();
|
|
// eslint-disable-next-line cypress/no-unnecessary-waiting
|
|
cy.wait(3000);
|
|
});
|
|
|
|
Cypress.Commands.add("RunAPI", () => {
|
|
cy.get(ApiEditor.ApiRunBtn).click({ force: true });
|
|
cy.wait("@postExecute");
|
|
});
|
|
|
|
Cypress.Commands.add("RunAPIWithoutWaitingForResolution", () => {
|
|
cy.get(ApiEditor.ApiRunBtn).click({ force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("SaveAndRunAPI", () => {
|
|
cy.WaitAutoSave();
|
|
cy.RunAPI();
|
|
});
|
|
|
|
Cypress.Commands.add(
|
|
"validateRequest",
|
|
(apiName, baseurl, path, verb, error = false) => {
|
|
cy.get(".ads-v2-tabs__list").contains("Logs").click();
|
|
cy.get("[data-testid=t--debugger-search]").clear().type(apiName);
|
|
|
|
if (!error) {
|
|
cy.get(".object-key").last().contains("request").click();
|
|
}
|
|
cy.get(".string-value").contains(baseurl.concat(path));
|
|
cy.get(".string-value").contains(verb);
|
|
cy.get("[data-testid=t--tab-response]").first().click({ force: true });
|
|
},
|
|
);
|
|
|
|
Cypress.Commands.add(
|
|
"EnterSourceDetailsWithHeader",
|
|
(baseUrl, v1method, hKey, hValue) => {
|
|
cy.enterDatasourceAndPath(baseUrl, v1method);
|
|
cy.get(apiwidget.headerKey)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(hKey, { parseSpecialCharSequences: true });
|
|
cy.get(apiwidget.headerValue)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(hValue, { parseSpecialCharSequences: true });
|
|
cy.WaitAutoSave();
|
|
},
|
|
);
|
|
|
|
Cypress.Commands.add("EditSourceDetail", (baseUrl, v1method) => {
|
|
cy.EnableAllCodeEditors();
|
|
cy.get(apiwidget.editResourceUrl)
|
|
.first()
|
|
.click({ force: true })
|
|
.clear()
|
|
.type(`{backspace}${baseUrl}`);
|
|
cy.xpath(apiwidget.autoSuggest).first().click({ force: true });
|
|
cy.get(ApiEditor.ApiRunBtn).scrollIntoView();
|
|
cy.get(apiwidget.editResourceUrl)
|
|
.first()
|
|
.focus()
|
|
.type(v1method)
|
|
.should("have.value", v1method);
|
|
cy.WaitAutoSave();
|
|
});
|
|
|
|
Cypress.Commands.add("switchToAPIInputTab", () => {
|
|
cy.get(apiwidget.apiInputTab).first().click({ force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("enterUrl", (baseUrl, url, value) => {
|
|
cy.get(url).first().type(baseUrl.concat(value), {
|
|
force: true,
|
|
parseSpecialCharSequences: false,
|
|
});
|
|
});
|
|
|
|
Cypress.Commands.add(
|
|
"EnterSourceDetailsWithQueryParam",
|
|
(baseUrl, v1method, hKey, hValue, qKey, qValue) => {
|
|
cy.enterDatasourceAndPath(baseUrl, v1method);
|
|
cy.get(apiwidget.headerKey)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(hKey, { parseSpecialCharSequences: true });
|
|
cy.get(apiwidget.headerValue)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(hValue, { parseSpecialCharSequences: true });
|
|
cy.get(apiwidget.queryKey)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(qKey, { force: true })
|
|
.should("have.value", qKey);
|
|
cy.get(apiwidget.queryValue)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(qValue, { force: true })
|
|
.should("have.value", qValue);
|
|
cy.WaitAutoSave();
|
|
},
|
|
);
|
|
|
|
Cypress.Commands.add("EnterSourceDetailsWithbody", (baseUrl, v1method) => {
|
|
cy.enterDatasourceAndPath(baseUrl, v1method);
|
|
cy.get(apiwidget.addHeader).first().click({ first: true });
|
|
});
|
|
|
|
Cypress.Commands.add("CreationOfUniqueAPIcheck", (apiname) => {
|
|
cy.get(pages.addEntityAPI).click();
|
|
dataSources.NavigateToDSCreateNew();
|
|
|
|
cy.get(apiwidget.createapi).click({ force: true });
|
|
cy.wait("@createNewApi");
|
|
// cy.wait("@getUser");
|
|
cy.get(apiwidget.resourceUrl).should("be.visible");
|
|
cy.get(apiwidget.ApiName).click({ force: true });
|
|
cy.get(apiwidget.apiTxt)
|
|
.clear()
|
|
.focus()
|
|
.type(apiname, { force: true, delay: 500 })
|
|
.should("have.value", apiname);
|
|
cy.get(".t--action-name-edit-error").should(($x) => {
|
|
expect($x).contain(
|
|
apiname.concat(" is already being used or is a restricted keyword."),
|
|
);
|
|
});
|
|
cy.get(apiwidget.apiTxt).blur();
|
|
});
|
|
|
|
Cypress.Commands.add("MoveAPIToHome", () => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.copyTo).click({ force: true });
|
|
cy.get(apiwidget.home).click({ force: true });
|
|
cy.wait("@createNewApi").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
201,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("MoveAPIToPage", (pageName) => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.moveTo).click({ force: true });
|
|
cy.get(apiwidget.page).contains(pageName).click({ force: true });
|
|
cy.wait("@moveAction").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
200,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("copyEntityToPage", (pageName) => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.copyTo).click({ force: true });
|
|
cy.get(apiwidget.page).contains(pageName).click({ force: true });
|
|
cy.wait("@createNewApi").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
201,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("CopyAPIToHome", () => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.copyTo).click({ force: true });
|
|
cy.get(apiwidget.home).click({ force: true });
|
|
cy.wait("@createNewApi").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
201,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("RenameEntity", (value, selectFirst) => {
|
|
if (selectFirst) {
|
|
cy.xpath(apiwidget.popover).first().click({ force: true });
|
|
} else {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
}
|
|
|
|
cy.get(apiwidget.renameEntity).click({ force: true });
|
|
cy.get(explorer.editEntity).last().type(value, { force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("CreateApiAndValidateUniqueEntityName", (apiname) => {
|
|
cy.get(apiwidget.createapi).click({ force: true });
|
|
cy.wait("@createNewApi");
|
|
cy.get(apiwidget.resourceUrl).should("be.visible");
|
|
cy.get(apiwidget.ApiName).click({ force: true });
|
|
cy.get(apiwidget.apiTxt)
|
|
.clear()
|
|
.type(apiname, { force: true })
|
|
.should("have.value", apiname);
|
|
cy.get(".t--action-name-edit-error").should(($x) => {
|
|
expect($x).contain(
|
|
apiname.concat(" is already being used or is a restricted keyword."),
|
|
);
|
|
});
|
|
});
|
|
|
|
Cypress.Commands.add("validateMessage", (value) => {
|
|
cy.get(".rc-tooltip-inner").should(($x) => {
|
|
expect($x).contain(value.concat(" is already being used."));
|
|
});
|
|
});
|
|
|
|
Cypress.Commands.add(
|
|
"VerifyPopOverMessage",
|
|
(msgAbsenceToVerify, presence = false) => {
|
|
// Give this element 3 seconds to appear
|
|
let shouldCondition = "not.exist";
|
|
if (presence) shouldCondition = "exist";
|
|
cy.xpath(
|
|
"//div[@class='bp3-popover-content'][contains(text(),'" +
|
|
msgAbsenceToVerify +
|
|
"')]",
|
|
{ timeout: 3000 },
|
|
).should(shouldCondition);
|
|
},
|
|
);
|
|
|
|
Cypress.Commands.add("DeleteAPIFromSideBar", () => {
|
|
cy.deleteEntity();
|
|
cy.wait("@deleteAction").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
200,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("DeleteWidgetFromSideBar", () => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.delete).click({ force: true });
|
|
cy.wait("@updateLayout").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
200,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("deleteEntity", () => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.delete).click({ force: true });
|
|
cy.get(apiwidget.deleteConfirm).click({ force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("deleteEntityWithoutConfirmation", () => {
|
|
cy.xpath(apiwidget.popover).last().click({ force: true });
|
|
cy.get(apiwidget.delete).click({ force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("DeleteAPI", () => {
|
|
cy.get(ApiEditor.ApiActionMenu).click({ multiple: true });
|
|
cy.get(apiwidget.deleteAPI).first().click({ force: true });
|
|
cy.get(apiwidget.deleteAPI).first().click({ force: true });
|
|
cy.wait("@deleteAction").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
200,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("NavigateToApiEditor", () => {
|
|
cy.get(explorer.addEntityAPI).click({ force: true });
|
|
});
|
|
|
|
Cypress.Commands.add("testCreateApiButton", () => {
|
|
cy.get(ApiEditor.createBlankApiCard).click({ force: true });
|
|
cy.wait("@createNewApi").should(
|
|
"have.nested.property",
|
|
"response.body.responseMeta.status",
|
|
201,
|
|
);
|
|
});
|
|
|
|
Cypress.Commands.add("createAndFillApi", (url, parameters) => {
|
|
cy.NavigateToApiEditor();
|
|
dataSources.NavigateToDSCreateNew();
|
|
cy.testCreateApiButton();
|
|
cy.get("@createNewApi").then((response) => {
|
|
cy.get(ApiEditor.ApiNameField).should("be.visible");
|
|
expect(response.response.body.responseMeta.success).to.eq(true);
|
|
cy.get(ApiEditor.ApiNameField)
|
|
.click()
|
|
.invoke("text")
|
|
.then((text) => {
|
|
const someText = text;
|
|
expect(someText).to.equal(response.response.body.data.name);
|
|
});
|
|
});
|
|
|
|
cy.EnableAllCodeEditors();
|
|
cy.get(apiwidget.editResourceUrl)
|
|
.first()
|
|
.click({ force: true })
|
|
.type(
|
|
url + parameters,
|
|
{ parseSpecialCharSequences: false },
|
|
{ force: true },
|
|
);
|
|
cy.WaitAutoSave();
|
|
cy.get(ApiEditor.formActionButtons).should("be.visible");
|
|
cy.get(ApiEditor.ApiRunBtn).should("not.be.disabled");
|
|
});
|
|
|
|
// Cypress.Commands.add("callApi", (apiname) => {
|
|
// cy.get(commonlocators.callApi).first().click({ force: true });
|
|
// cy.get(commonlocators.singleSelectMenuItem)
|
|
// .contains("Execute a query")
|
|
// .click({ force: true });
|
|
// cy.get(commonlocators.selectMenuItem)
|
|
// .contains(apiname)
|
|
// .click({ force: true });
|
|
// });
|
|
|
|
Cypress.Commands.add("checkIfApiPaneIsVisible", () => {
|
|
cy.get(ApiEditor.datasourcesRightPane).should("exist");
|
|
cy.get(ApiEditor.datasourcesRightPane).should("be.visible");
|
|
});
|