From f229756e8109f69b9cf0da0c1bba29d0a30a51fb Mon Sep 17 00:00:00 2001 From: Neil Kakkar Date: Mon, 25 Mar 2024 13:11:32 +0000 Subject: [PATCH] fix(flags): Run all cypress tests --- cypress/e2e/featureFlags.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/featureFlags.cy.ts b/cypress/e2e/featureFlags.cy.ts index a60f391f93325..883ed89f41925 100644 --- a/cypress/e2e/featureFlags.cy.ts +++ b/cypress/e2e/featureFlags.cy.ts @@ -116,7 +116,7 @@ describe('Feature Flags', () => { cy.get('.Toastify').contains('Undo').should('be.visible') }) - it.only('Move between property types smoothly, and support relative dates', () => { + it('Move between property types smoothly, and support relative dates', () => { // ensure unique names to avoid clashes cy.get('[data-attr=top-bar-name]').should('contain', 'Feature flags') cy.get('[data-attr=new-feature-flag]').click()