Skip to content

Commit

Permalink
Adjusted layers number in test
Browse files Browse the repository at this point in the history
  • Loading branch information
christof-wittreich committed Aug 1, 2024
1 parent 7ddc284 commit ee16b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/features/layers/layer-picker-test.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ test('Disabling coverage filter updates list', async () => {
} = selectors
await availableFilterCheckbox.click()
await expect(availableFilterCheckboxInput).not.toBeChecked()
await expect(layersSearchRow).toHaveCount(14)
await expect(layerResultsCountText).toContainText('Showing 14 out of')
await expect(layersSearchRow).toHaveCount(15)
await expect(layerResultsCountText).toContainText('Showing 15 out of')
})

test('Finding layer by ID with search', async () => {
Expand Down

0 comments on commit ee16b1b

Please sign in to comment.