Skip to content

Commit

Permalink
test: replace 3rd party API1 CE (#36518)
Browse files Browse the repository at this point in the history
Replacing the 3rd party API with TED API

/ok-to-test tags="@tag.Datasource"




<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/11027894410>
> Commit: 0446747
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11027894410&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Datasource`
> Spec:
> <hr>Wed, 25 Sep 2024 07:37:49 UTC
<!-- end of auto-generated comment: Cypress test results  -->

---------

Co-authored-by: “NandanAnantharamu” <“[email protected]”>
  • Loading branch information
NandanAnantharamu and “NandanAnantharamu” committed Sep 27, 2024
1 parent c2fcd51 commit fc9a594
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ describe(
force: true,
})
.type(
"https://www.facebook.com/users/{{Button2.text}}?key=test&val={{Button2.text}}",
"http://host.docker.internal:5001/{{Button2.text}}?key=test&val={{Button2.text}}",
{ force: true, parseSpecialCharSequences: false },
)
.wait(3000)
Expand All @@ -106,7 +106,7 @@ describe(
.type("{enter}", { parseSpecialCharSequences: true });

cy.validateEvaluatedValue(
"https://www.facebook.com/users/Cancel?key=test&val=Cancel",
"http://host.docker.internal:5001/Cancel?key=test&val=Cancel",
);
});
},
Expand Down

0 comments on commit fc9a594

Please sign in to comment.