Skip to content

Commit

Permalink
fix: e2e first displayed value for frequency is now Continual
Browse files Browse the repository at this point in the history
  • Loading branch information
AlitaBernachot committed Feb 5, 2025
1 parent 66bf1c7 commit 41fb864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/metadata-editor-e2e/src/e2e/edit.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ describe('editor form', () => {
.find('button')
.find('div')
.invoke('text')
.should('eq', ' Once per day ')
.should('eq', ' Continual ')
})
})
})
Expand Down

0 comments on commit 41fb864

Please sign in to comment.