test: removed retries from all config files (#35750)

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

<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/10465694897>
> Commit: 59aa72f20f7b023a60889e75686b7441644c7caf
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=10465694897&attempt=1"
target="_blank">Cypress dashboard</a>.
> Tags: `@tag.Sanity`
> Spec:
> <hr>Tue, 20 Aug 2024 05:40:54 UTC
<!-- end of auto-generated comment: Cypress test results  -->
This commit is contained in:
NandanAnantharamu 2024-08-20 11:20:35 +05:30 committed by GitHub
parent 25349c1c66
commit 7c9622158b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -19,7 +19,7 @@ export default defineConfig({
viewportWidth: 1400,
scrollBehavior: "center",
retries: {
runMode: 1,
runMode: 0,
openMode: 0,
},
e2e: {

View File

@ -24,7 +24,7 @@ export default defineConfig({
viewportWidth: 1400,
scrollBehavior: "center",
retries: {
runMode: 1,
runMode: 0,
openMode: 0,
},
e2e: {

View File

@ -25,7 +25,7 @@ export default defineConfig({
viewportWidth: 1400,
scrollBehavior: "center",
retries: {
runMode: 1,
runMode: 0,
openMode: 0,
},
e2e: {