Skip to content

Commit 064bc33

Browse files
gkorlandCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 63f9304 commit 064bc33

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/logic/POM/codeGraph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default class CodeGraph extends BasePage {
3333
return (navItem: string) => {
3434
const navItemSelectors: Record<string, string> = {
3535
"Main Website": "//a[@title='Home' or .//p[normalize-space()='Main Website'] or contains(@href, 'falkordb.com')]",
36-
"Github": "//a[@title='Github' or .//p[normalize-space()='Github'] or contains(@href, 'github.com/FalkorDB/code-graph')]",
36+
"Github": "//a[@title='GitHub' or .//p[normalize-space()='GitHub'] or contains(@href, 'github.com/FalkorDB/code-graph')]",
3737
"Discord": "//a[@title='Discord' or .//p[normalize-space()='Discord'] or contains(@href, 'discord.gg/falkordb')]",
3838
};
3939
const selector = navItemSelectors[navItem] ?? `//a[@title='${navItem}' or .//p[normalize-space()='${navItem}']]`;

0 commit comments

Comments
 (0)