mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
chore(): sync with main
This commit is contained in:
@ -22,7 +22,8 @@ test.describe('datetime-button: rendering', () => {
|
||||
);
|
||||
});
|
||||
|
||||
test('should size the popover correctly', async ({ page }) => {
|
||||
test('should size the popover correctly', async ({ page, skip }) => {
|
||||
skip.browser('firefox', 'Rendering is flaky in Firefox 107');
|
||||
await page.setContent(`
|
||||
<ion-datetime-button datetime="datetime"></ion-datetime-button>
|
||||
<ion-popover>
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Binary file not shown.
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 31 KiB |
Reference in New Issue
Block a user