Skip to content

Commit ed68102

Browse files
author
Nina Benite
committed
update multi select selected screenshots
1 parent ec0716f commit ed68102

3 files changed

Lines changed: 5 additions & 0 deletions

File tree

test/e2e/combobox/combobox.spec.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ test('Combobox - multi select', async ({ page }) => {
3535
);
3636

3737
await comboboxPage.options.nth(1).click();
38+
await expect(comboboxPage.canvas).toHaveScreenshot(
39+
'combobox-multi-select-option-hover-selected.png'
40+
);
41+
await comboboxPage.label.click();
42+
await comboboxPage.textInput.focus();
3843
await expect(comboboxPage.canvas).toHaveScreenshot(
3944
'combobox-multi-select-option-selected.png'
4045
);
17.9 KB
Loading
228 Bytes
Loading

0 commit comments

Comments
 (0)