Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix type links and add Playwright test #6938

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Conversation

NigelBreslaw
Copy link
Member

No description provided.

Copy link
Member

@tronical tronical left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the playwright bit. Did I miss it?

if (typeInfo.href !== "") {
const base = import.meta.env.BASE_URL;
typeInfo.href = `${base}${typeInfo.href}`;
console.log(typeInfo.href);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Stray console.log call?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops.

@NigelBreslaw
Copy link
Member Author

I don't see the playwright bit. Did I miss it?

I moved the href links to the types into the LinkMap. Everything in the LinkMap is tested by Playwright. Should have mentioned this as its not obvious.

@NigelBreslaw NigelBreslaw merged commit 6a7ec46 into master Nov 28, 2024
37 checks passed
@NigelBreslaw NigelBreslaw deleted the nigel/fix-types-links branch November 28, 2024 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants