Fix FeedbackButton test.

This commit is contained in:
Bauke 2022-03-17 23:48:17 +01:00
parent 57b07a4531
commit 594e06f0f5
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ test('FeedbackButton', async (t) => {
t.snapshot(buttonElement.outerHTML, 'Feedback state');
buttonElement.click();
await sleep(props.timeout);
await sleep(props.timeout * 1.25);
t.snapshot(buttonElement.outerHTML, 'Back to default state');
});