Skip to content

Commit 6912623

Browse files
Remove vrt from nested clipping example
1 parent cd8e4e9 commit 6912623

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

examples/tests/rtt-nested-clipping.ts

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,6 @@
11
import type { ExampleSettings } from '../common/ExampleSettings.js';
22
import rocko from '../assets/rocko.png';
33

4-
export async function automation(settings: ExampleSettings) {
5-
const page = await test(settings);
6-
7-
const maxPages = 6;
8-
for (let i = 0; i < maxPages; i++) {
9-
page(i);
10-
await settings.snapshot();
11-
}
12-
}
13-
144
export default async function test({ renderer, testRoot }: ExampleSettings) {
155
const node = renderer.createNode({
166
x: 0,

0 commit comments

Comments
 (0)