-
Notifications
You must be signed in to change notification settings - Fork 366
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: [M3-8447] - Add cypress integration test for OBJ gen 2 Bucket Details Properties tab #11002
Conversation
…tails tab changes
branched off of m3-8440 for this, so will plan to merge this after that one. Note that there are basically double the changes on this pr as a result (for now) 😅 should be set now! |
packages/manager/cypress/e2e/core/objectStorageGen2/bucket-details-gen2.spec.ts
Show resolved
Hide resolved
@@ -125,7 +125,8 @@ export const createSubnetSchema = object().shape( | |||
{ | |||
label: labelValidation.required(LABEL_REQUIRED), | |||
ipv4: string().when('ipv6', { | |||
is: (value: unknown) => value === '' || value === null || value === undefined, | |||
is: (value: unknown) => |
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.
?? (hmm lemme see when this file got into the mix)
edit - seems like it happened during a merge - since this is just eslint changes, I'll keep this file as is
Coverage Report: ✅ |
Cloud Manager E2E Run #6638
Run Properties:
|
Project |
Cloud Manager E2E
|
Run status |
Passed #6638
|
Run duration | 26m 11s |
Commit |
fb2462692f: test: [M3-8447] - Add cypress integration test for OBJ gen 2 Bucket Details Prop...
|
Committer | Connie Liu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
3
|
Pending |
2
|
Skipped |
0
|
Passing |
429
|
…etails Properties tab (linode#11002) * skeleton tests * test for E0 endpoint * finish other tests, now time to cleanup * remove duplication * update description * Added changeset: Add cypress integration test for OBJ gen 2 bucket details tab changes * update test descriptions * rearranging some things * skeleton tests * need to cleanup * cleanup: use contains instead of find by text * why are the create tests also running without the .only?? * update abstraction * parameterize tests based on feedback @jdamore-linode * confirm testing AC and update tests/fix bug * updated tests based on confirmed AC * remove .only * utils file * changeset + add comment * update comment
Description 📝
Integration test to confirm the Properties tab for obj gen2
Changes 🔄
checkRateLimitsTable
to utils file?Target release date 🗓️
10/16+
Preview 📷
As an Author I have considered 🤔
Check all that apply