Skip to content

Commit

Permalink
fix(flags): Run all cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
neilkakkar committed Mar 25, 2024
1 parent 30bafdd commit f229756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/featureFlags.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit f229756

Please sign in to comment.