n8n/cypress/e2e
Ricardo Espinoza 725393dae6
feat(editor): Add user activation survey (#5677)
*  Add user activation survey

* Fix typo

* Avoid showing the modal when there is a modal view

* Allow to redirect to specific execution

* Improve structure

* Handle errors when sharing feedback

* update withFeatureFlag function

* Fix linting issue

* Set user activation flag on workflowExecutionCompleted event

* Revert update user settings functionality

* Remove unnecessary changes

* fix linting issue

* account for new functionality in tests

* Small improvements

* keep once instace of the model open between tabs

* Add sorting to GET /executions

* type parameters for GET /executions


a

* Add constant for local store key

* Add execution mode filtering

* fix linting issue

* Do not override settings when setting isOnboarded true

* Add update user settings endpoint

* improvements

* revert changes to /GET executions

* Fix typo

* Add userActivated flag to user store

* Add E2E test

* Fix linting issue

* Update pnpm-lock

* Revert unnecessary change

* Centralize user's settings update

* Remove unused ref in userActivationSurvey modal

* Use aliased imports

* Use createEventBus function in component

* Fix tests
2023-04-11 12:43:47 -04:00
..
0-smoke.cy.ts feat: Make use of db:reset in all test suites (no-changelog) (#4739) 2022-11-28 18:11:33 +01:00
1-workflows.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
2-credentials.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
3-default-owner.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
4-node-creator.cy.ts feat(editor): Do not show actions panel for single-action nodes (#5683) 2023-03-14 16:41:49 +01:00
5-ndv.cy.ts feat(editor): Enable saving workflow when node details view is open (#5856) 2023-03-31 13:59:09 +02:00
6-code-node.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
7-workflow-actions.cy.ts fix(editor): Prevent error from showing-up when duplicating unsaved workflow (#5833) 2023-03-30 14:34:04 +02:00
8-http-request-node.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
9-expression-editor-modal.cy.ts feat(editor): Unify regular and trigger node creator panels (#5315) 2023-02-17 15:08:26 +01:00
10-settings-log-streaming.cy.ts test(editor): Fix failing licensing related e2e specs (no-changelog) (#5884) 2023-04-03 09:49:55 +02:00
10-undo-redo.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
11-inline-expression-editor.cy.ts ci(editor): Run e2e tests in parallel and improve build caching (#5445) 2023-03-02 16:50:21 +01:00
12-canvas-actions.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
12-canvas.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
13-pinning.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
14-data-transformation-expressions.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
14-mapping.cy.ts fix: Add droppable state for booleans when mapping (#5838) 2023-03-31 12:35:02 +02:00
15-scheduler-node.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
16-webhook-node.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
17-sharing.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
17-workflow-tags.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
18-user-management.cy.ts ci: Do not reset the server for every e2e sub-test (no-changelog) (#5521) 2023-02-24 18:07:35 +01:00
19-execution.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
20-workflow-executions.cy.ts feat(editor): Redirect users to canvas if they don't have any workflows (#5629) 2023-03-08 15:11:13 +01:00
21-community-nodes.cy.ts test(editor): Improve e2e pipeline performance & fix flaky tests (no-changelog) (#5672) 2023-03-10 16:54:54 +01:00
22-user-activation-modal.cy.ts feat(editor): Add user activation survey (#5677) 2023-04-11 12:43:47 -04:00