We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32e758 commit b175bc9Copy full SHA for b175bc9
apps/demos/testing/widgets/accordion/Accordion.test.js
@@ -16,7 +16,7 @@ runManualTest('Accordion', 'Overview', ['jQuery', 'React', 'Angular', 'Vue'], (t
16
test('Custom Overview Appearance', async (t) => {
17
const { takeScreenshot, compareResults } = createScreenshotsComparer(t);
18
19
- await t.wait(1000);
+ await t.wait(2000);
20
21
await t
22
.click($(`.${ITEM_TITLE_CLASS}`).nth(1))
0 commit comments