We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76f3e36 commit 4ad60ceCopy full SHA for 4ad60ce
cypress/e2e/shared/adaptiveZoom.test.ts
@@ -4,7 +4,7 @@ import {points} from '../../support/commands'
4
const setupData = (cy: Cypress.Chainable) =>
5
cy.flush().then(() =>
6
cy.signin().then(() => {
7
- cy.setFeatureFlags({zoomRequery: true})
+ cy.setFeatureFlags({zoomRequery: true, showDashboardsInNewIOx: true})
8
return cy.get('@org').then(({id: orgID, name}: Organization) =>
9
cy.createDashboard(orgID).then(({body}) =>
10
cy.fixture('routes').then(({orgs}) => {
@@ -72,7 +72,7 @@ const setupData = (cy: Cypress.Chainable) =>
72
})
73
)
74
75
-describe.skip('Adaptive Zoom', () => {
+describe('Adaptive Zoom', () => {
76
beforeEach(() => setupData(cy))
77
78
it('makes a query when zooming in', () => {
0 commit comments