mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 04:14:21 +08:00
test(item-sliding): skip flaky test (#26496)
This commit is contained in:
@ -8,7 +8,8 @@ test.describe('item-sliding: basic', () => {
|
|||||||
skip.mode('ios', "item-sliding doesn't have mode-specific styling");
|
skip.mode('ios', "item-sliding doesn't have mode-specific styling");
|
||||||
});
|
});
|
||||||
|
|
||||||
test('should not have visual regressions', async ({ page, browserName }, testInfo) => {
|
// TODO FW-3006
|
||||||
|
test.skip('should not have visual regressions', async ({ page, browserName }, testInfo) => {
|
||||||
// TODO(FW-2608)
|
// TODO(FW-2608)
|
||||||
test.fixme(
|
test.fixme(
|
||||||
testInfo.project.metadata.rtl === true && (browserName === 'firefox' || browserName === 'webkit'),
|
testInfo.project.metadata.rtl === true && (browserName === 'firefox' || browserName === 'webkit'),
|
||||||
|
Reference in New Issue
Block a user