Skip to content

Add support to detect new Stars "browser" and Star Lists pages #1031

Add support to detect new Stars "browser" and Star Lists pages

Add support to detect new Stars "browser" and Star Lists pages #1031

Triggered via pull request November 23, 2025 09:18
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Build
Process completed with exit code 1.
index.test.ts > isOwnStarsList NO https://github.com/stars/lstn/lists/test: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ isOwnStarsList index.ts:844:96 ❯ index.test.ts:59:6
index.test.ts > isOwnStarsList NO https://github.com/stars/lstn/topics: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ isOwnStarsList index.ts:844:96 ❯ index.test.ts:59:6
index.test.ts > isOwnStarsList NO https://github.com/stars/lstn/repositories: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ isOwnStarsList index.ts:844:96 ❯ index.test.ts:59:6
index.test.ts > isOwnStarsList NO https://github.com/stars/lstn: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ isOwnStarsList index.ts:844:96 ❯ index.test.ts:59:6
index.test.ts > isOwnStarsList NO https://github.com/stars: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ isOwnStarsList index.ts:844:96 ❯ index.test.ts:59:6
index.test.ts > isOwnStars NO https://github.com/stars/lstn/lists/test: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ index.test.ts:59:6
index.test.ts > isOwnStars NO https://github.com/stars/lstn/topics: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ index.test.ts:59:6
index.test.ts > isOwnStars NO https://github.com/stars/lstn/repositories: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ index.test.ts:59:6
index.test.ts > isOwnStars NO https://github.com/stars/lstn: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ index.test.ts:59:6
index.test.ts > isOwnStars NO https://github.com/stars: index.ts#L4
TypeError: document.querySelector is not a function ❯ $ index.ts:4:61 ❯ getLoggedInUser index.ts:866:51 ❯ isOwnStars index.ts:834:27 ❯ index.test.ts:59:6
Lint
Process completed with exit code 1.
Lint: index.ts#L836
Missing trailing comma.
Lint: index.ts#L835
The variable `pathArr` should be named `pathArray`. A more descriptive name will do too.