-
Notifications
You must be signed in to change notification settings - Fork 34
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
PLANET-7633 Add e2e tests for Audio and Video blocks #2447
base: main
Are you sure you want to change the base?
Conversation
/unhold e33c5660-b2dd-4f5c-918d-97e668b328d3
/unhold b40aa761-fe2f-4ca5-85c8-c0ca8520ecda
/unhold 591f4d77-e6b4-4692-b759-6656154f6ea9
/unhold 20386ca7-d741-4eff-9072-9073f0d82425
f2877d2
to
493c024
Compare
/unhold 8ebaf1d8-3a25-4088-9aca-1c7f786a0f5e
/unhold d9c71cb4-0ab3-4457-8da6-0282ca23d408
493c024
to
e9c902d
Compare
/unhold a05ea08a-d5cc-4831-8f51-f86989720643
/unhold 21e4ff24-9279-4086-9e30-d6fc71a52b94
/unhold 14b51ed0-1bec-43a1-9121-a70db75935b8
Test instance is ready 🚀🌑 venus | admin | blocks report | CircleCI | composer-local.json ⌚ 2025.01.10 09:23:30 |
@GP-Dan-Tovbein I could use your help here, I figured out that the issue with adding several blocks in a row was the block inserter staying open... But now that I've changed that the test is still flaky and I'm not sure why 🥲 |
e9c902d
to
02b985a
Compare
/unhold 7a1221f2-ce60-4000-9096-72f54f43fa8d
02b985a
to
11be3fd
Compare
/unhold c385329d-3fb1-4e8a-b0c0-4f310df1ee04
/unhold 9d2202f7-442a-4d3a-93cd-238d36ff41c1
/unhold d4816e81-bc8f-4ae3-a31a-db71f7bb874b
4e1ad12
to
22c784e
Compare
@GP-Dan-Tovbein updated, however I would keep these suggested changes in mind for your PR! I've added comments there to keep track. |
/unhold 13a3e04e-a6b6-43f0-9ae3-23f8c14fad1f
22c784e
to
4d5a1df
Compare
/unhold bcedc192-14e9-4db1-9bc1-19dafabc1b9b
/unhold be272c84-4177-4e7c-8982-8f9cd8c70257
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code looks good to me!
with the current configuration
NVM
planet4-master-theme git:(main) ✗ nvm list
v16.20.2
-> v18.20.4
v20.16.0
v22.6.0
default -> 18 (-> v18.20.4)
iojs -> N/A (default)
unstable -> N/A (default)
node -> stable (-> v22.6.0) (default)
stable -> 22.6 (-> v22.6.0) (default)
lts/* -> lts/jod (-> N/A)
lts/argon -> v4.9.1 (-> N/A)
lts/boron -> v6.17.1 (-> N/A)
lts/carbon -> v8.17.0 (-> N/A)
lts/dubnium -> v10.24.1 (-> N/A)
lts/erbium -> v12.22.12 (-> N/A)
lts/fermium -> v14.21.3 (-> N/A)
lts/gallium -> v16.20.2
lts/hydrogen -> v18.20.4
lts/iron -> v20.18.0 (-> N/A)
lts/jod -> v22.11.0 (-> N/A)
NPM dependencies
planet4-master-theme git:(main) ✗ npm list
├── @commitlint/[email protected]
├── @greenpeace/[email protected]
├── @playwright/[email protected]
├── @wordpress/[email protected]
├── @wordpress/[email protected]
├── @wordpress/[email protected]
├── @wordpress/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
@GP-Dan-Tovbein The tests pass on my local too, but we'll run into issues in the future if they never pass on CI 😕 |
/unhold 3a67f11b-6300-4fe6-acab-b605a39c3a6e
We need to make sure that the tests pass on CI too
cd2ad0d
to
4ffdf09
Compare
/unhold e3a4976e-4fc6-4551-85af-c980893c8987
/unhold 1ef1a3d2-e9eb-456b-ba64-5c7623b92ad9
b253f7c
to
ad98001
Compare
/unhold 376ddc58-1a51-4a1e-87fe-37bee9bc311d
I see that we are not the only ones having issues with Webkit and CI, according to this thread, unfortunately Playwright doesn't provide any solution 😕 |
ad98001
to
4ffdf09
Compare
/unhold 8c84f12d-545d-418b-84ab-312d45871c0f
2328902
to
6f0c265
Compare
/unhold e20d8e2d-4197-4345-9d1d-f371933ebd00
6f0c265
to
deb8bf2
Compare
/unhold e6b387c4-ea60-4491-88e7-207c71e27da6
deb8bf2
to
fa3387c
Compare
Since we recently enabled these two blocks in all sites, it's good to cover them
fa3387c
to
a61cf15
Compare
/unhold fece2908-aa1e-4e58-bcbd-56137067c214
Description
See PLANET-7633