-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
[e2e] Persistence tests #4943
[e2e] Persistence tests #4943
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4943 +/- ##
==========================================
- Coverage 50.49% 50.49% -0.01%
==========================================
Files 497 497
Lines 18401 18401
Branches 1657 1657
==========================================
- Hits 9292 9291 -1
Misses 8694 8694
- Partials 415 416 +1
Continue to review full report at Codecov.
|
…into persistence-e2e-tests Merg'n
// Right click on a non persistable item in the tree | ||
// verify that the only actions available are: "Open in a new Tab", "View" and "Create Link" | ||
}); | ||
test.only('Cannot move a previously created domain object to non-peristable boject in Move Modal', async ({ page }) => { |
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.
let's just stub this out with a test.fixme()
Started e2e Run. Follow along: https://github.com/nasa/openmct/actions/runs/2000917276 |
1 similar comment
Started e2e Run. Follow along: https://github.com/nasa/openmct/actions/runs/2000917276 |
Success ✅ ! Build artifacts are here: https://github.com/nasa/openmct/actions/runs/2000917276 |
Success ✅ ! Build artifacts are here: https://github.com/nasa/openmct/actions/runs/2000917276 |
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.
LGTM
Closes #4940
Describe your changes:
Adds one working test and related fixme stubs
based off of this comment, @unlikelyzero will write the following:
Duplicate Form Actions
Move Form Actions
Link Form Actions
Remove Form Actions
Cannot Select Items without Composition in the Location Field
i.e. Cannot Set Telemetry Point as Destination. Anything without Composition Provider
ExportAsJSON Form Actions
ImportAsJSON Form Actions
All Submissions:
Author Checklist
Reviewer Checklist