diff --git a/tests/preferences/support-links.spec.js b/tests/preferences/support-links.spec.js index 623bc1c61..d3a585c67 100644 --- a/tests/preferences/support-links.spec.js +++ b/tests/preferences/support-links.spec.js @@ -22,4 +22,6 @@ test('Should verify all support links with correct URL in preference > Support t const locator_documentation = page.getByRole('link', { name: 'Documentation', exact: true }); expect(await locator_documentation.getAttribute('href')).toEqual('https://docs.usebruno.com'); -}); \ No newline at end of file + + await page.locator('[data-test-id="modal-close-button"]').click(); +});