Skip to content

Commit

Permalink
Fix for the test case
Browse files Browse the repository at this point in the history
  • Loading branch information
sagar-qa007 committed Dec 4, 2024
1 parent 1078a03 commit fa1bddb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ describe(
dataManager.dsValues[dataManager.defaultEnviorment].mockApiUrl
}123`;
apiPage.CreateAndFillApi(randomApi);
apiPage.RunAPI(false, 20, {
apiPage.RunAPI(false, 50, {
expectedPath: "response.body.data.body.data.isExecutionSuccess",
expectedRes: false,
});
Expand All @@ -24,7 +24,7 @@ describe(
);

apiPage.EnterHeader(">", "");
apiPage.RunAPI(false, 20, {
apiPage.RunAPI(false, 50, {
expectedPath: "response.body.data.body.data.isExecutionSuccess",
expectedRes: false,
});
Expand All @@ -37,7 +37,7 @@ describe(
});

apiPage.EnterHeader("", "");
apiPage.RunAPI(false, 20, {
apiPage.RunAPI(false, 50, {
expectedPath: "response.body.data.body.data.isExecutionSuccess",
expectedRes: false,
});
Expand Down
2 changes: 1 addition & 1 deletion app/client/cypress/limited-tests.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Templates/Fork_Template_spec.js
cypress/e2e/Regression/ClientSide/BugTests/DS_Bug26941_Spec.ts
# For running all specs - uncomment below:
#cypress/e2e/**/**/*

Expand Down

0 comments on commit fa1bddb

Please sign in to comment.