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:
parent
25349c1c66
commit
7c9622158b
|
|
@ -19,7 +19,7 @@ export default defineConfig({
|
|||
viewportWidth: 1400,
|
||||
scrollBehavior: "center",
|
||||
retries: {
|
||||
runMode: 1,
|
||||
runMode: 0,
|
||||
openMode: 0,
|
||||
},
|
||||
e2e: {
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ export default defineConfig({
|
|||
viewportWidth: 1400,
|
||||
scrollBehavior: "center",
|
||||
retries: {
|
||||
runMode: 1,
|
||||
runMode: 0,
|
||||
openMode: 0,
|
||||
},
|
||||
e2e: {
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ export default defineConfig({
|
|||
viewportWidth: 1400,
|
||||
scrollBehavior: "center",
|
||||
retries: {
|
||||
runMode: 1,
|
||||
runMode: 0,
|
||||
openMode: 0,
|
||||
},
|
||||
e2e: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user