Skip to content

Commit

Permalink
✅ test: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wssgcg1213 committed Sep 16, 2021
1 parent 86b0483 commit 69cc552
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion integration_tests/specs/css/css-flow/block-replaced.ts
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ describe('block-replaced', () => {
BODY.appendChild(p);
BODY.appendChild(div1);

await snapshot();
await snapshot(0.1);
});
it('width-002-ref', async () => {
let p;
Expand Down
24 changes: 12 additions & 12 deletions integration_tests/specs/css/css-position/absolute-non.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-height-002', async () => {
let p;
Expand Down Expand Up @@ -233,7 +233,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-height-003', async () => {
let p;
Expand Down Expand Up @@ -461,7 +461,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-height-006', async () => {
let p;
Expand Down Expand Up @@ -796,7 +796,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-height-009', async () => {
let p;
Expand Down Expand Up @@ -1188,7 +1188,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-max-height-002', async () => {
let p;
Expand Down Expand Up @@ -1297,7 +1297,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-max-height-003', async () => {
let p;
Expand Down Expand Up @@ -1716,7 +1716,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-max-height-008', async () => {
let p;
Expand Down Expand Up @@ -1823,7 +1823,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-max-height-009', async () => {
let p;
Expand Down Expand Up @@ -2204,7 +2204,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-width-002', async () => {
let p;
Expand Down Expand Up @@ -2760,7 +2760,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
xit('replaced-width-008', async () => {
let p;
Expand Down Expand Up @@ -3337,7 +3337,7 @@ describe('absolute-non', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
it('replaced-width-015', async () => {
let p;
Expand Down Expand Up @@ -4338,6 +4338,6 @@ describe('absolute-non', () => {
BODY.appendChild(p_1);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
});
2 changes: 1 addition & 1 deletion integration_tests/specs/css/css-position/right-103.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ describe('right-103', () => {
BODY.appendChild(p);
BODY.appendChild(div);

await snapshot();
await snapshot(0.1);
});
});

0 comments on commit 69cc552

Please sign in to comment.