Skip to content

Commit

Permalink
Revert "Revert "feat: try to make it fail""
Browse files Browse the repository at this point in the history
This reverts commit f2e13e0.
  • Loading branch information
Jwhiles committed May 14, 2021
1 parent 4d9db82 commit 6de184d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/cypress/integration/entry-editor-aliased.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ context(`Aliased Entry editor extension (${role})`, () => {
})

it('verifies that onValueChanged is called with the initial value and updates', () => {
const aliasId = Cypress.env('activeAliasId')
const environmentId = Cypress.env('activeEnvironmentId')
const spaceId = Cypress.env('activeSpaceId')
cy.intercept({
method: 'GET',
Expand All @@ -34,7 +34,7 @@ context(`Aliased Entry editor extension (${role})`, () => {

cy.getSdk(iframeSelector).then(async (sdk) => {
sdk.space.getContentTypes()
cy.wait('@contentTypesRequest').its('request.url').should('include', aliasId)
cy.wait('@contentTypesRequest').its('request.url').should('include', environmentId)
})
})
})

0 comments on commit 6de184d

Please sign in to comment.