We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d004d84 commit 6d073bfCopy full SHA for 6d073bf
example/__tests__/App.owl.tsx
@@ -46,7 +46,7 @@ describe('App.tsx', () => {
46
});
47
48
it('scrolls a bit and takes a screenshot', async () => {
49
- await scrollTo('ScrollView', { y: 50 });
+ await scrollTo('ScrollView', {y: 50});
50
51
const screen = await takeScreenshot('scroll-to');
52
@@ -77,6 +77,6 @@ describe('App.tsx', () => {
77
const screen = await takeScreenshot('after-reload');
78
79
expect(screen).toMatchBaseline();
80
- });
+ }, 100000);
81
82
0 commit comments