mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
test: Migrate UI tests from Cypress -> Playwright (no-changelog) (#18201)
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
describe('Environment Feature Flags', () => {
|
||||
// Migrated to Playwright
|
||||
// eslint-disable-next-line n8n-local-rules/no-skipped-tests
|
||||
describe.skip('Environment Feature Flags', () => {
|
||||
it('should set feature flags at runtime and load it back in envFeatureFlags from backend settings', () => {
|
||||
cy.setEnvFeatureFlags({
|
||||
N8N_ENV_FEAT_TEST: true,
|
||||
|
||||
Reference in New Issue
Block a user