diff --git a/isso/js/tests/integration/puppet.test.js b/isso/js/tests/integration/puppet.test.js index e77070be..2a1abb79 100644 --- a/isso/js/tests/integration/puppet.test.js +++ b/isso/js/tests/integration/puppet.test.js @@ -238,7 +238,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