Skip to content

Commit

Permalink
test: this will break a test, for testing purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
martinkrulltott committed Oct 13, 2023
1 parent 41d8557 commit ccc3cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/new.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ describe('creating a new AO', () => {
})
it('changes vis type', () => {
changeVisType(visTypeName)
expectVisTypeToBeValue(visTypeName)
expectVisTypeToBeValue('Broken')
})
it('adds dimensions', () => {
openDimension(DIMENSION_ID_DATA)
Expand Down

0 comments on commit ccc3cd3

Please sign in to comment.