Skip to content

Commit

Permalink
Fix data-extractor spec
Browse files Browse the repository at this point in the history
  • Loading branch information
jmthomas committed Jan 18, 2025
1 parent 325c5b6 commit d909da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright/tests/data-extractor.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ test('cancels a process', async ({ page, utils }) => {

test('adds an entire target', async ({ page, utils }) => {
await utils.addTargetPacketItem('INST')
await expect(page.getByText('1-20 of 159')).toBeVisible()
await expect(page.getByText('1-20 of 161')).toBeVisible()
})

test('adds an entire packet', async ({ page, utils }) => {
Expand Down

0 comments on commit d909da8

Please sign in to comment.