Skip to content

Commit 304392a

Browse files
committed
fix test
1 parent 8f82826 commit 304392a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/components/drafts/ActionBar.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ test.describe('ActionBar', () => {
4141
},
4242
})
4343
const toolbarButtonSelector = `button[data-component="IconButton"]`
44-
await expect(page.locator(toolbarButtonSelector)).toHaveCount(10)
44+
await expect(page.locator(toolbarButtonSelector)).toHaveCount(9)
4545
await page.setViewportSize({width: viewports['primer.breakpoint.xs'], height: 768})
4646
await expect(page.locator(toolbarButtonSelector)).toHaveCount(6)
4747
const moreButtonSelector = page.getByLabel('More Comment box toolbar items')

0 commit comments

Comments
 (0)