Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix flaky remote options loading test (no-changelog) (#7433)
Background: Looks like remote options loading needs a bit of time to catch up when dependent parameter changes so when using cypress `type` method without delay it fails to update the values properly. Since this does not represent actual component behavior when real user interact with it we added a delay to automated typing. This PR increases typing delay, giving the component more time to breathe when run in CI - [Latest e2e run](https://github.com/n8n-io/n8n/actions/runs/6506583716) - [Video of this specific test](https://cloud.cypress.io/projects/5hbsdn/runs/aa4f1a7d-b95f-4c8a-acd6-33061d290c7b/test-results/21a1abdf-1e1c-43bf-a640-8cc39b11cc46/video)
- Loading branch information