Skip to content

Commit 8de90b0

Browse files
[base-components] test
1 parent 835996a commit 8de90b0

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

semcore/feedback-form/__tests__/five-star-form.browser-test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ test.describe(`${TAG.FUNCTIONAL}`, () => {
161161
await page.keyboard.press('Enter');
162162
await buttons.first().waitFor({ state: 'visible' });
163163
await expect(locators.sliderRating(page)).toHaveAttribute('value', '2');
164-
await expect(checkboxInput.first()).toBeFocused();
164+
if (browserName !== 'webkit') await expect(checkboxInput.first()).toBeFocused();
165165
await expect(checkboxInput.first()).toHaveAttribute('aria-invalid', 'false');
166166
await expect(checkboxInput.first()).toHaveAttribute('aria-labelledby', 'option1');
167167
});
Loading

0 commit comments

Comments
 (0)