diff --git a/isso/js/tests/integration/puppet.test.js b/isso/js/tests/integration/puppet.test.js index be60c7d5..4975c6cd 100644 --- a/isso/js/tests/integration/puppet.test.js +++ b/isso/js/tests/integration/puppet.test.js @@ -240,7 +240,10 @@ test("should execute GET/PUT/POST/DELETE requests correctly", async () => { await expect(page).toMatchElement( '#isso-1 .isso-text', - { text: 'New comment body' }, + { + text: 'New comment body', + timeout: 1000, + }, ); // Delete comment via DELETE