n8n/packages/testing/playwright/pages
Eugene e69bd4e4eb
feat: Add inline agent mode to the Message an Agent node (no-changelog) (#34059)
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 19:03:35 +00:00
..
components fix(editor): Avoid next prev buttons from being disabled (#33774) 2026-07-14 08:07:14 +00:00
AIAssistantPage.ts chore: Route AI builder/assistant test selectors through page objects (#33145) 2026-06-27 07:21:18 +00:00
BasePage.ts fix(editor): Unify onboarding empty states across overview and project tabs (#33670) 2026-07-08 12:18:24 +00:00
CanvasPage.ts chore: Route AI builder/assistant test selectors through page objects (#33145) 2026-06-27 07:21:18 +00:00
ChatHubChatPage.ts test: Make ChatHub E2E assertions resilient to mocked-LLM drift (#33529) 2026-07-03 10:02:30 +00:00
ChatHubPersonalAgentsPage.ts chore: Route ChatHub personal-agent delete-confirmation dialog through a page object (selector-purity) (#33874) 2026-07-08 22:00:31 +00:00
ChatHubSettingsPage.ts chore: Dedup editCredential-modal locator across credential page (#32520) 2026-06-18 07:01:18 +00:00
ChatHubWorkflowAgentsPage.ts chore: Consolidate duplicate test-id definitions in page objects (#32861) 2026-06-23 15:51:49 +00:00
CommunityNodesPage.ts chore: Adopt ActionToggle component across page objects (#32933) 2026-06-25 08:10:22 +00:00
CredentialsPage.ts fix(editor): Unify onboarding empty states across overview and project tabs (#33670) 2026-07-08 12:18:24 +00:00
DataTableDetails.ts refactor: Centralize Element Plus el-message-box selectors into a (#32879) 2026-06-23 18:15:29 +00:00
DataTableView.ts fix(editor): Unify onboarding empty states across overview and project tabs (#33670) 2026-07-08 12:18:24 +00:00
DemoPage.ts refactor: Route demo-diff spec through DemoPage (#32719) 2026-06-21 14:43:00 +00:00
ExecutionsPage.ts chore: Route executions empty-state selectors through ExecutionsPage (#33005) 2026-06-25 10:54:20 +00:00
InstanceAiPage.ts fix(editor): Make AI assistant quota-exhausted error states explicit (#33847) 2026-07-14 09:46:35 +00:00
KeycloakLoginPage.ts test: Resolve 43 janitor violations and update baseline (no-changelog) (#28173) 2026-04-09 14:34:18 +00:00
MfaLoginPage.ts test: Janitor cleanup — scope-lockdown, additive-only impact narrowing, metrics refresh (no-changelog) (#26476) 2026-03-04 14:37:19 +00:00
MfaSetupModal.ts test: Resolve 20 janitor scope-lockdown and dead-code violations (#27948) 2026-04-02 17:32:27 +00:00
n8nPage.ts refactor: Extract WorkflowMenu component from WorkflowSettingsModal (#32715) 2026-06-21 11:54:04 +00:00
NodeDetailsViewPage.ts fix(editor): Avoid next prev buttons from being disabled (#33774) 2026-07-14 08:07:14 +00:00
NpsSurveyPage.ts test: Resolve 20 janitor scope-lockdown and dead-code violations (#27948) 2026-04-02 17:32:27 +00:00
OAuthConsentPage.ts feat(editor): Add scope selection to MCP OAuth consent screen (#33710) 2026-07-14 13:21:14 +00:00
ProjectSettingsPage.ts chore: Route remaining genuine selector-purity chained locators in tests through page objects (#33850) 2026-07-08 15:10:30 +00:00
PublicFormPage.ts refactor: Extract PublicFormPage page object for rendered n8n forms (#32728) 2026-06-22 07:05:00 +00:00
SecretsProviderSettingsPage.ts test: Add external secrets provider connection tests (#26493) 2026-03-04 15:52:15 +00:00
SecuritySettingsPage.ts chore: Route option selections through FloatingUiHelper (#32620) 2026-06-18 22:22:20 +00:00
SettingsEnvironmentPage.ts refactor: Centralize Element Plus el-message-box selectors into a (#32879) 2026-06-23 18:15:29 +00:00
SettingsLogStreamingPage.ts chore: Adopt ActionToggle component across page objects (#32933) 2026-06-25 08:10:22 +00:00
SettingsPersonalPage.ts test: Normalize page object navigation methods to goto (#25765) 2026-02-16 09:21:45 +00:00
SettingsSsoPage.ts feat(editor): Add project rules, fallback role, remove mapping, save flow (#27689) 2026-04-08 11:23:00 +00:00
SettingsUsersPage.ts refactor(editor): Remove N8N_ENV_FEAT_CUSTOM_INSTANCE_ROLES dark-launch flag (#33688) 2026-07-06 19:01:21 +00:00
SidebarPage.ts test: Route SidebarPage through BasePage and scope in-container (#33945) 2026-07-14 14:30:29 +00:00
SignInPage.ts fix(editor): Associate form input labels with their inputs for accessibility (#25776) 2026-02-16 13:43:37 +00:00
SourceControlPullModal.ts test: Resolve 20 janitor scope-lockdown and dead-code violations (#27948) 2026-04-02 17:32:27 +00:00
SourceControlPushModal.ts test: Resolve 20 janitor scope-lockdown and dead-code violations (#27948) 2026-04-02 17:32:27 +00:00
TemplateCredentialSetupPage.ts refactor: Centralize Element Plus el-message-box selectors into a (#32879) 2026-06-23 18:15:29 +00:00
TemplatesPage.ts test: fix scope-lockdown violations in page objects (#27326) 2026-03-20 11:43:14 +00:00
VariablesPage.ts fix(editor): Unify onboarding empty states across overview and project tabs (#33670) 2026-07-08 12:18:24 +00:00
VersionsPage.ts chore: Route remaining genuine selector-purity chained locators in tests through page objects (#33850) 2026-07-08 15:10:30 +00:00
WorkerViewPage.ts test: Normalize page object navigation methods to goto (#25765) 2026-02-16 09:21:45 +00:00
WorkflowActivationModal.ts test: fix scope-lockdown violations in page objects (#27326) 2026-03-20 11:43:14 +00:00
WorkflowCredentialSetupModal.ts chore: Consolidate duplicate test-id definitions in page objects (#32861) 2026-06-23 15:51:49 +00:00
WorkflowSettingsModal.ts feat: Add inline agent mode to the Message an Agent node (no-changelog) (#34059) 2026-07-14 19:03:35 +00:00
WorkflowSharingModal.ts test: Resolve 20 janitor scope-lockdown and dead-code violations (#27948) 2026-04-02 17:32:27 +00:00
WorkflowsPage.ts chore: Route move-to-folder option through the existing ResourceMoveModal component (#33151) 2026-06-27 22:56:21 +00:00