Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Feb 23, 2024
1 parent 789a14b commit 80c95d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-app-epub-reader/tests/unit/app.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ describe('Epub reader app', () => {
expect(chapterElements[0].text()).toEqual('Chapter 1')
expect(chapterElements[1].text()).toEqual('Chapter 2')
})
it('fuck calls method "display" when item is clicked', async () => {
it('calls method "display" when item is clicked', async () => {
const { wrapper } = getWrapper()
await nextTicks(2)
const chapterElements = await getOcSelectOptions(wrapper, selectors.chaptersSelect, {
Expand Down

0 comments on commit 80c95d1

Please sign in to comment.