]> source.dussan.org Git - sonarqube.git/commitdiff
SGB-163 Fixing fp in issuesApp
authorRevanshu Paliwal <revanshu.paliwal@sonarsource.com>
Wed, 25 Sep 2024 15:02:38 +0000 (17:02 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 26 Sep 2024 20:03:14 +0000 (20:03 +0000)
server/sonar-web/src/main/js/apps/issues/__tests__/IssueApp-it.tsx

index 292d906e2e17ec107c9dfb812e1a725f8ad7ac77..ce519f7f83b873352e0030943e17a4c05d6ada0a 100644 (file)
@@ -99,7 +99,7 @@ describe('issue app', () => {
       [Feature.BranchSupport, Feature.FixSuggestions],
     );
 
-    expect(await ui.getFixSuggestion.find(undefined, { timeout: 4000 })).toBeInTheDocument();
+    expect(await ui.getFixSuggestion.find(undefined, { timeout: 7000 })).toBeInTheDocument();
     await user.click(ui.getFixSuggestion.get());
 
     expect(await ui.suggestedExplanation.find()).toBeInTheDocument();