mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-04 19:21:51 +00:00
fix(ui): rename triage docs link to Triage documentation
This commit is contained in:
@@ -154,7 +154,7 @@ describe("FindingNoteModal", () => {
|
||||
|
||||
// Then
|
||||
const docsLink = screen.getByRole("link", {
|
||||
name: /docs/i,
|
||||
name: /triage documentation/i,
|
||||
});
|
||||
expect(docsLink).toHaveAttribute("href", DOCS_URLS.FINDINGS_TRIAGE);
|
||||
expect(docsLink).toHaveAttribute("target", "_blank");
|
||||
|
||||
@@ -141,7 +141,7 @@ export function FindingNoteModal({
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
<ExternalLink className="size-3.5 shrink-0" />
|
||||
<span>docs</span>
|
||||
<span>Triage documentation</span>
|
||||
</a>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user