Skip to content

Commit

Permalink
chore: add cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jenniferarnesen committed Dec 14, 2023
1 parent 519016a commit 4e7b383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/smoke.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ context('Smoke Test', () => {
Layer.validateCardTitle('ANC 1 Coverage')
})

it('loads currentAnalyticalObject', () => {
it('loads currentAnalyticalObject using legacy query param format', () => {
cy.intercept('**/userDataStore/analytics/settings', {
fixture: 'analyticalObject.json',
})
Expand Down

0 comments on commit 4e7b383

Please sign in to comment.