Skip to content

Commit

Permalink
commenting the test because of open bug
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Nov 13, 2024
1 parent 6217fc9 commit a38a66c
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,14 @@ import {
apiPage,
} from "../../../support/Objects/ObjectsCore";

describe(
xdescribe(
"Create a rest datasource",
{
tags: ["@tag.Datasource", "@tag.Sanity", "@tag.Git", "@tag.AccessControl"],
},
function () {
it("1. Create a rest datasource + Bug 14566", function () {
//Issue: https://github.com/appsmithorg/appsmith/issues/37353 hence commenting test
it.skip("1. Create a rest datasource + Bug 14566", function () {
apiPage.CreateAndFillApi(testdata.baseUrl + testdata.methods);
agHelper.WaitUntilEleAppear(apiPage._saveAsDS);
cy.get(apiPage._saveAsDS).click({ force: true });
Expand All @@ -24,7 +25,8 @@ describe(
if (
body.find('[value="http://host.docker.internal:5001"]').length < 1
) {
cy.get('[placeholder="https://example.com"]').type(
cy.contains(
".datasource-highlight",
"http://host.docker.internal:5001",
);
}
Expand Down

0 comments on commit a38a66c

Please sign in to comment.