Akamai's Cloud Manager is an open-source, single-page application designed as the primary frontend interface for interacting with the Linode API. It is entrusted by hundreds of thousands of customers with the management of their Linode services.
Quick fix to a few tests in lke-create.spec.ts to coincide with the change made by #11234, which disabled the ACL toggle by default on the LKE create page.
I don't believe any changeset is needed for this PR since it's a quick follow-up to #11234, which hasn't been released yet.
Changes ๐
Update ACL tests in lke-create.spec.ts to account for the ACL default change
Target release date ๐๏ธ
This is meant for v1.32.0 (2024-11-12), but it's not absolutely crucial since there's no underlying bug and we have a good understanding of why the tests are failing. Still, it would be nice to get this merged for the release if we can
How to test ๐งช
This test has a 100% failure rate. You can reproduce by checking out the release-v1.132.0 test, building Cloud, and running the lke-create.spec.ts tests, and confirm that this fixes it by observing the test results in CI.
Description ๐
Quick fix to a few tests in
lke-create.spec.ts
to coincide with the change made by #11234, which disabled the ACL toggle by default on the LKE create page.I don't believe any changeset is needed for this PR since it's a quick follow-up to #11234, which hasn't been released yet.
Changes ๐
lke-create.spec.ts
to account for the ACL default changeTarget release date ๐๏ธ
This is meant for v1.32.0 (2024-11-12), but it's not absolutely crucial since there's no underlying bug and we have a good understanding of why the tests are failing. Still, it would be nice to get this merged for the release if we can
How to test ๐งช
This test has a 100% failure rate. You can reproduce by checking out the
release-v1.132.0
test, building Cloud, and running thelke-create.spec.ts
tests, and confirm that this fixes it by observing the test results in CI.As an Author I have considered ๐ค
Check all that apply