Skip to content

Commit

Permalink
test: confirm selections to rm selections toolbar
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlahti committed Apr 24, 2023
1 parent 07864dd commit 8d5ff14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/rendering/listbox/listbox-keyboard-nav.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ test.describe('keyboard navigation', () => {
await page.keyboard.press('ArrowUp');
await page.keyboard.press('ArrowLeft');
await page.keyboard.press('Space');
await page.keyboard.press('Enter');
const listbox = await selector.screenshot({ caret: 'hide' });
expect(listbox).toMatchSnapshot(`${filePrefix}-grid-row-select-baked-goods.png`);
});
Expand Down

0 comments on commit 8d5ff14

Please sign in to comment.