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

test: Move from CDP to BiDi #700

Merged
merged 1 commit into from
Aug 13, 2024
Merged

test: Move from CDP to BiDi #700

merged 1 commit into from
Aug 13, 2024

Conversation

martinpitt
Copy link
Member

@martinpitt martinpitt commented Aug 11, 2024

See cockpit-project/cockpit#20832

Explicitly add a "glob" devDependency to follow suit with
cockpit-project/cockpit@680decc155a
It was previously used implicitly through a transient dependency of
something else, but our esbuild po-plugin uses it explicitly.

Adjust waitDownloadFile() to the new download directory attribute.
This is a Path object now, which is more convenient.

@martinpitt martinpitt added the blocked Don't land until something else happens first (see task list) label Aug 11, 2024
@martinpitt
Copy link
Member Author

So, this looks quite okay. testUpload() cannot be run multiple times, but that feels like an unrelated test bug.

@martinpitt
Copy link
Member Author

I fixed testUpload() in #701, and included it here.

@martinpitt
Copy link
Member Author

Good, the rest are flakes and changed pixel refs.

See cockpit-project/cockpit#20832

Explicitly add a "glob" devDependency to follow suit with
cockpit-project/cockpit@680decc155a
It was previously used implicitly through a transient dependency of
something else, but our esbuild po-plugin uses it explicitly.

Adjust `waitDownloadFile()` to the new download directory attribute.
This is a `Path` object now, which is more convenient.
@martinpitt martinpitt removed the blocked Don't land until something else happens first (see task list) label Aug 13, 2024
@martinpitt martinpitt changed the title bidi test run test: Move from CDP to BiDi Aug 13, 2024
@martinpitt martinpitt marked this pull request as ready for review August 13, 2024 10:20
Copy link
Member

@allisonkarlitskaya allisonkarlitskaya left a comment

Choose a reason for hiding this comment

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

Enjoying the pathlib stuff :)

@@ -37,6 +36,7 @@
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"gettext-parser": "8.0.0",
"glob": "11.0.0",
Copy link
Member

Choose a reason for hiding this comment

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

Huh. Could have sworn I had already done that...

Probably in one of my many unmerged PRs ;)

@allisonkarlitskaya allisonkarlitskaya merged commit 06cb959 into main Aug 13, 2024
22 checks passed
@allisonkarlitskaya allisonkarlitskaya deleted the bidi-test branch August 13, 2024 11:23
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.

2 participants