test: Fixing http-proxy version (#16138)

This commit is contained in:
Aishwarya-U-R 2022-08-18 18:57:45 +05:30 committed by GitHub
parent d48976105d
commit 1164b72db2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 12 deletions

View File

@ -224,7 +224,7 @@ describe("JSObjects OnLoad Actions tests", function() {
});
});
it("9. Tc 60 - Verify JSObj calling API - OnPageLoad calls & Confirmation No then Yes!", () => {
it("9. Tc 60, 1912 - Verify JSObj calling API - OnPageLoad calls & Confirmation No then Yes!", () => {
ee.SelectEntityByName("Page1");
cy.fixture("JSApiOnLoadDsl").then((val: any) => {
agHelper.AddDsl(val, locator._widgetInCanvas("imagewidget"));
@ -350,7 +350,7 @@ describe("JSObjects OnLoad Actions tests", function() {
// cy.get("div.t--draggable-inputwidgetv2 > div.iPntND").invoke('attr', 'style', 'height: 304px')
});
it("10. API with OnPageLoad & Confirmation both enabled & called directly & setting previous Api's confirmation to false", () => {
it("10. Tc #1912 - API with OnPageLoad & Confirmation both enabled & called directly & setting previous Api's confirmation to false", () => {
deployMode.NavigateBacktoEditor();
agHelper.AssertElementVisible(jsEditor._dialogBody("Quotes"));
agHelper.ClickButton("No");

View File

@ -58,7 +58,7 @@
"fusioncharts": "^3.18.0",
"fusionmaps": "^3.18.0",
"history": "^4.10.1",
"http-proxy": "cypress-io/node-http-proxy#9322b4b69b34f13a6f3874e660a35df3305179c6",
"http-proxy": "^1.18.1",
"husky": "^3.0.5",
"immer": "^9.0.6",
"instantsearch.css": "^7.4.2",

View File

@ -8350,21 +8350,13 @@ http-proxy-middleware@^2.0.3:
http-proxy@^1.18.1:
version "1.18.1"
resolved "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz"
resolved "https://registry.yarnpkg.com/http-proxy/-/http-proxy-1.18.1.tgz#401541f0534884bbf95260334e72f88ee3976549"
integrity sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==
dependencies:
eventemitter3 "^4.0.0"
follow-redirects "^1.0.0"
requires-port "^1.0.0"
http-proxy@cypress-io/node-http-proxy#9322b4b69b34f13a6f3874e660a35df3305179c6:
version "1.18.0"
resolved "https://codeload.github.com/cypress-io/node-http-proxy/tar.gz/9322b4b69b34f13a6f3874e660a35df3305179c6"
dependencies:
eventemitter3 "^4.0.0"
follow-redirects "^1.0.0"
requires-port "^1.0.0"
http-signature@~1.3.6:
version "1.3.6"
resolved "https://registry.npmjs.org/http-signature/-/http-signature-1.3.6.tgz"