Skip to content

Commit 387b87b

Browse files
committed
Remove obsolete test
1 parent 51c254b commit 387b87b

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

package/src/renderer/__tests__/e2e/Text.spec.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,19 +69,6 @@ describe("Text", () => {
6969
checkImage(image, `snapshots/text/text-bounds-${surface.OS}.png`);
7070
});
7171

72-
// We test it only on Android and iOS now because there might be no default font on Web
73-
itRunsE2eOnly("The font property is optional", async () => {
74-
const image = await surface.draw(
75-
<>
76-
<Fill color="white" />
77-
<Group>
78-
<Text x={32} y={64} text="Hello World!" />
79-
</Group>
80-
</>
81-
);
82-
checkImage(image, `snapshots/text/text-default-font-${surface.OS}.png`);
83-
});
84-
8572
it("Should draw text along a circle", async () => {
8673
const font = fonts.RobotoMedium;
8774
const { Skia } = importSkia();

0 commit comments

Comments
 (0)