We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd8e4e9 commit 6912623Copy full SHA for 6912623
examples/tests/rtt-nested-clipping.ts
@@ -1,16 +1,6 @@
1
import type { ExampleSettings } from '../common/ExampleSettings.js';
2
import rocko from '../assets/rocko.png';
3
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
14
export default async function test({ renderer, testRoot }: ExampleSettings) {
15
const node = renderer.createNode({
16
x: 0,
0 commit comments