]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-18823 Rework SourceViewerTest E2Es UI tests
author7PH <benjamin.raymond@sonarsource.com>
Fri, 17 Mar 2023 14:45:45 +0000 (15:45 +0100)
committersonartech <sonartech@sonarsource.com>
Fri, 17 Mar 2023 20:03:20 +0000 (20:03 +0000)
server/sonar-web/src/main/js/components/SourceViewer/__tests__/SourceViewer-it.tsx

index cc0388f57047cbbfaed20dc76bbeaf9989d2abda..1439f083790ed4c96196c2b9d89d7cccc5440dbb 100644 (file)
@@ -387,7 +387,7 @@ it('should highlight symbol', async () => {
   const symbols = await screen.findAllByText('symbole');
   await user.click(symbols[0]);
 
-  // For now just check the class. Maybe found a better accessible way of showing higlighted symbole
+  // For now just check the class. Maybe find a better accessible way of showing higlighted symbols
   symbols.forEach((element) => {
     expect(element).toHaveClass('highlighted');
   });