Skip to content

Commit

Permalink
try fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
langermank committed Jan 14, 2025
1 parent 4e0adc1 commit cc4ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/components/drafts/ActionBar.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ test.describe('ActionBar', () => {
},
})
const toolbarButtonSelector = `button[data-component="IconButton"]`
await expect(page.locator(toolbarButtonSelector)).toHaveCount(10)
await expect(page.locator(toolbarButtonSelector)).toHaveCount(9)
await page.setViewportSize({width: viewports['primer.breakpoint.xs'], height: 768})
await expect(page.locator(toolbarButtonSelector)).toHaveCount(6)
const moreButtonSelector = page.getByLabel('More Comment box toolbar items')
Expand Down

0 comments on commit cc4ce5d

Please sign in to comment.