diff --git a/integration_tests/specs/css/css-overflow/overflow-clip.ts b/integration_tests/specs/css/css-overflow/overflow-clip.ts index 01d4ec639f..dce4c9213e 100644 --- a/integration_tests/specs/css/css-overflow/overflow-clip.ts +++ b/integration_tests/specs/css/css-overflow/overflow-clip.ts @@ -1,5 +1,5 @@ describe('clip', () => { - fit('should works with basic', async () => { + it('should works with basic', async () => { let image; let container = createElement('div', { style: { @@ -19,7 +19,7 @@ describe('clip', () => { await snapshot(0.1); }); - fit('should works with children of appear event', async () => { + it('should works with children of appear event', async () => { let image; let container = createElement('div', { style: { diff --git a/integration_tests/specs/css/css-overflow/overflow-hidden.ts b/integration_tests/specs/css/css-overflow/overflow-hidden.ts index fdeb360d99..86725d0e3a 100644 --- a/integration_tests/specs/css/css-overflow/overflow-hidden.ts +++ b/integration_tests/specs/css/css-overflow/overflow-hidden.ts @@ -1,5 +1,5 @@ describe('hidden', () => { - fit('should works with basic', async () => { + it('should works with basic', async () => { let image; let container = createElement('div', { style: { @@ -19,7 +19,7 @@ describe('hidden', () => { await snapshot(0.1); }); - fit('should works with children of appear event', async () => { + it('should works with children of appear event', async () => { let image; let container = createElement('div', { style: {