mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-14 08:45:20 +08:00
test(segment): skip flaky test (#26946)
* test(segment): check native elements * Update segment.e2e.ts
This commit is contained in:
@ -10,7 +10,8 @@ test.describe('segment: a11y', () => {
|
||||
expect(results.violations).toEqual([]);
|
||||
});
|
||||
|
||||
test('segment buttons should be keyboard navigable', async ({ page, browserName, skip }, testInfo) => {
|
||||
// TODO FW-3710
|
||||
test.skip('segment buttons should be keyboard navigable', async ({ page, browserName, skip }, testInfo) => {
|
||||
// TODO (FW-2979)
|
||||
skip.browser('webkit', 'Safari 16 only allows text fields and pop-up menus to be focused.');
|
||||
const tabKey = browserName === 'webkit' ? 'Alt+Tab' : 'Tab';
|
||||
|
Reference in New Issue
Block a user